ADM-BUYING-POLICY-200 - Update credit control policy activation status

Enables or disables the credit control buying policy across the platform.
When enabled, this policy blocks order validation when a customer account exceeds
its credit limit. When disabled, the system allows orders regardless of outstanding balance.

⚠️ This endpoint is only accessible when the dj-client header is set to OPERATOR.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
ACTIVE|INACTIVE
Headers
string
enum
required

Specifies the client type making the request.

  • OPERATOR: Platform operator user.

  • ACCOUNT: Customer account user.

  • SUPPLIER: Supplier managing orders.

Allowed:
string
required

API key required for authentication. Must be valid and linked to the requesting user.

string

(Optional) Store ID in multi-store environments.

string

(Optional) Store view ID in multi-store environments.

Responses
204

The policy status has been updated successfully.

400

The request body is invalid. Status is missing, invalid or not one of the allowed values.

401

Authentication is required to access this endpoint.

403

Access denied. Only OPERATOR clients are allowed to call this endpoint.

500

Unexpected server error.

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here!