ADM-PAY-200 - Update marketplace commission for supplier

Updates an existing marketplace commission rule for a supplier, using supplier externalId.
Only OPERATOR clients are allowed to call this endpoint.

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

External ID of the supplier. Must match EXTERNAL_ID format

Body Params
string
required
0 to 100

Commission rate expressed in percent.
Constraints:
- Must be ≥ 0
- Must be < 100
- Maximum 4 decimals allowed in input
- Stored exactly as decimal (no rounding)
Example: 1.7563% → stored 0.017563

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

Marketplace commission updated successfully. No content is returned

401

Unauthorized

403

Forbidden for non-operator users

404

Commission does not exist

500

Unexpected internal server error

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