The following errors can be returned in response to catalog requests, such as Create Product, Create SKU, Create Custom Parameter, Retrieve Coupon, and so on.
Name | Description | Code |
---|---|---|
COUPON_CODE_REQUIRED | Coupon code is required. | - |
COUPON_NOT_FOUND | Coupon was not found. | - |
CUSTOM_PARAMETER_NOT_FOUND | Custom parameter was not found. | - |
INVALID_AMOUNT | Invalid amount. | - |
INVALID_CUSTOM_PARAMETER | The custom parameter passed in the request is invalid. | 1000 |
INVALID_SKU_PARAMETER | Invalid SKU parameter. | - |
MISSING_PARAMETER_KEY_OR_VALUE | Missing parameter key or value. | - |
MISSING_REQUIRED_FIELD | Required field is missing. | 24002 or empty |
PRODUCT_ID_MISMATCH | Updating SKU failed due to wrong product id. | - |
PRODUCT_NAME_REQUIRED | Product name is required. | - |
PRODUCT_NOT_FOUND | The product was not found. | - |
SKU_NOT_FOUND | The SKU ID passed in the request was not found. | 15007 |