You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you please explain how to handle this issue? I was able to create the product before, and the backend operation of sending to Amazon was also working fine. However, there is an error when making the API request. Here is the data for the request.
responed:
{"operationStatus":"FAILED","operationId":"4c78fd39-a2f6-457a-b0c2-64ffe9719647","operation":"createInboundPlan","operationProblems":[{"severity":"ERROR","code":"BadRequest","message":"ERROR: There is an issue with the input. Please check the request and try again."}]}
The text was updated successfully, but these errors were encountered:
Could you please explain how to handle this issue? I was able to create the product before, and the backend operation of sending to Amazon was also working fine. However, there is an error when making the API request. Here is the data for the request.
CreateInboundPlan
{"requestData":{"body":{"destinationMarketplaces":["UK"],"items":[{"expiration":"","labelOwner":2,"manufacturingLotCode":"","msku":"RH-P1F7-2US0","prepOwner":1,"quantity":40}],"name":"74BUK2412240303","sourceAddress":{"addressLine1":"HJDONG BNPR SHLTGOP LTD","addressLine2":"","city":"ENGLAND","companyName":"","countryCode":"UK","email":"","name":"HJDONG BNPR SHLTGOP LTD","phoneNumber":"000-000-123","postalCode":"LS2","stateOrProvinceCode":"LEEDS"}}}}
responed:
{"operationId":"6eb07224-205c-4dc7-8c52-aad1b02611de","inboundPlanId":"wfc123026b-928a-48ac-859d-18b80443f39a"}
GetInboundOperationStatus
{"requestData":{"operationId":"6eb07224-205c-4dc7-8c52-aad1b02611de"}}
responed:
{"operationStatus":"FAILED","operationId":"4c78fd39-a2f6-457a-b0c2-64ffe9719647","operation":"createInboundPlan","operationProblems":[{"severity":"ERROR","code":"BadRequest","message":"ERROR: There is an issue with the input. Please check the request and try again."}]}
The text was updated successfully, but these errors were encountered: