Create Return Shipment
| Code | Definition | Shipment Status Mapping |
|---|
| INVALID_SELLER_ID | Seller id is invalid | NOT CREATED |
| INVALID_REQUEST_ID | Request id is invalid | NOT CREATED |
| INVALID_RETURN_SHIPMENT_TYPE | Return shipment type is invalid | NOT CREATED |
| INVALID_RETURN_ITEMS | Return items is invalid | NOT CREATED |
| INVALID_SHIPPING_PLAN | Shipping Plan is invalid (carrier_pickup or self_delivery) | NOT CREATED |
| INVALID_RETURN_WAREHOUSE | Return warehouse is invalid | NOT CREATED |
| INVALID_PICKUP_WAREHOUSE | Pickup warehouse is invalid | NOT CREATED |
| INVALID_PICKUP_DATE | Pickup date is invalid | NOT CREATED |
| INVALID_SKU | SKU is invalid | NOT CREATED |
| INVALID_QUANTITY | Withdraw quantity is invalid | NOT CREATED |
| INVALID_COMPANY_NAME | Company name is invalid | NOT CREATED |
| INVALID_STREET | Address is invalid | NOT CREATED |
| INVALID_WARD_CODE | Ward code is invalid | NOT CREATED |
| INVALID_CONTACT_NAME | Contact name is invalid | NOT CREATED |
| INVALID_CONTACT_PHONE | Contact phone is invalid | NOT CREATED |
| INVALID_CONTACT_EMAIL | Contact email is invalid | NOT CREATED |
| INVALID_DELIVERY_INFO | Delivery information is invalid | NOT CREATED |
| SKU_NOT_FOUND | SKU {0} is not found | NOT CREATED |
| SKU_NOT_BELONG_TO_SELLER | SKU {0} is not belong to seller | NOT CREATED |
| INVALID_WAREHOUSE | Warehouse code is invalid | FAILED |
| BAD_REQUEST | information is invalid | FAILED |
| INTERNAL_SERVER_ERROR | System error | |
| HTTP_CLIENT_INTERNAL_SERVER_ERROR | System error | NEW |
| HTTP_CLIENT_FAILED_CONNECTION | Connection failed | NEW |
Was this article helpful to you?
Yes
1
No