Created
April 5, 2018 08:11
-
-
Save nmsobri/6323b3950e49165881443383f3d47ef6 to your computer and use it in GitHub Desktop.
Response
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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