ADM-BUYING-POLICY-206 - Update a specific quota override for a Customer Account x Supplier

Updates the configuration of a specific quota override for a given Customer Account and Supplier pair.

Only the following fields can be updated: minQuotaValue.

⚠️ The override must already exist, otherwise a 404 error is returned.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
int32
required

Minimum order amount required for the configuration to be valid.

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
200

Quota override configuration successfully updated.

400

Invalid request.

This error occurs when:

  • Request body is missing required fields (minQuotaValue)
  • minQuotaValue is negative
401

Authentication is required to access this endpoint.

403

Access is forbidden. Only OPERATOR clients are authorized to use this endpoint.

404

No override configuration was found for the provided sourceId.

500

Unexpected internal server error.

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