Responses
Status Codes
200 OK
This status is returned when the entire payload is OK.
202 Accepted
This status is returned when part of a bulk call returns an error, but other elements of the payload are OK and have been accepted by SkuVault.
Errors
400 Bad RequestClient Error. The call is semantically invalid. It should not be made again without modifications.
401 UnauthorizedReturned when a disabled user tries to use the API, or your tokens are bad. See Errors in response body.
403 User disabledReturned when the user has been disabled.
404 Tenant not found / 404 User not foundReturned when either the TenantToken or UserToken are bad.
409 ConflictReturned when two identical, incompatible key:value pairs are provided in a payload. Example: Updating product details, and including sku "product1" twice.
413 Request Entity Too LargeReturned when the client has attempted to make a bulk call with an array larger than the allowed size.
429 Too Many RequestsReturned when you've hit the throttling limit for a given call.
Updated over 5 years ago