Error format for Shopper APIs
Understand the error code format for the Shopper APIs.
"errors": {
"error": [
{
"relation": "https://api.digitalriver.com/v1/shoppers/SubmitCartResource",
"code": "{error-code}",
"subcode": "{error-subcode}",
"description": "{error-description}"
}
]
}Last updated