Product details
POST/catalog/details
Returns the product and its active nominals with your API prices per unit. An unavailable price may be null with available=false. Retrieve the chosen nominal's input_fields via /catalog/nominal.
Request
Responses
- 200
- 401
- 404
- 422
- 429
- 500
- 503
Operation result; inspect success and status/valid.
Missing/invalid API key, wrong integration ID or inactive integration.
Product, nominal or order not found in the requested scope.
Request validation failed, including unknown fields or an invalid module variant.
Integration rate limit exceeded: 100 requests per 60 seconds across all public endpoints.
Unexpected server error.
Service or data temporarily unavailable.