Get monthly order limits of a product

Returns a list of monthly order limits configured for the selected product.

Authentication

AuthorizationBearer

An auth_token should be provided to authenticate a session.

To obtain an auth_token, see the POST request to /api/v1/authenticate.

Path parameters

product_iddoubleRequired
Numerical ID of a product

Response

OK
iddouble or null
max_quantitydouble or null
threshold_percentagedouble or null
Percentage of the monthly limit after which an event should be triggered
organisationobject or null
Override the global limit for a specific organisation

Errors