Skip to content

Instantly share code, notes, and snippets.

@nmsobri
Created April 5, 2018 08:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nmsobri/6323b3950e49165881443383f3d47ef6 to your computer and use it in GitHub Desktop.
Save nmsobri/6323b3950e49165881443383f3d47ef6 to your computer and use it in GitHub Desktop.
Response
{
"ErrorResponse": {
"Head": {
"ErrorCode": 500,
"ErrorMessage": "E500: Create product failed",
"ErrorType": "Platform",
"RequestAction": "CreateProduct",
"RequestId": "0bb606c715229158769507155e2fb2"
},
"Body": {
"Errors": [
{
"Field": "Product",
"Message": "AX-WD6225 Rose Chiffon Dress A-93451479: Can't create sku without sku attribute, please select one at least"
},
{
"Field": "Product",
"Message": "AX-WD6225 Rose Chiffon Dress A-93451480: Can't create sku without sku attribute, please select one at least"
},
{
"Field": "Product",
"Message": "AX-WD6225 Rose Chiffon Dress A-93451478: Can't create sku without sku attribute, please select one at least"
},
{
"Field": "color_family",
"Message": "color_family is mandatory, please select one at least",
"SellerSku": "AX-WD6225 Rose Chiffon Dress A-93451480"
},
{
"Field": "color_family",
"Message": "color_family is mandatory, please select one at least",
"SellerSku": "AX-WD6225 Rose Chiffon Dress A-93451478"
},
{
"Field": "color_family",
"Message": "color_family is mandatory, please select one at least",
"SellerSku": "AX-WD6225 Rose Chiffon Dress A-93451479"
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment