...
This API will push the return order expectations coming from Marketplace APIs to External Fulfillment system.
Possible Event values:
RETURN_ORDER_CREATE
: When a return order is created, this event will be hit.RETURN_ORDER_UPDATE
: Whenever an update in the return order like AWB and Transprter takes place, this event will be triggered.RETURN_ORDER_CANCEL
: This event will be triggered when the return order is fully cancelled.RETURN_ORDER_PARTIAL_CANCEL
: This event will be triggered when the return order is partially cancelled.RETURN_ORDER_COMPLETE
: This event will be triggered when the return order processing is completed.
This API will be triggered at a certain frequency by Increff OMS.
...
Parameter Name | Data Type | Description | Mandatory |
| String | Forward order code for which return order is being created. | Yes |
| String | Possible values :
| Yes |
| String | Unique identifier provided by the channel for the return order being created. | Yes |
| String | Location code of the warehouse where the return order will be received. | Yes |
| String | Channel name of the marketplace. | Yes |
| String | Time at which return order got placed by customer | No |
| String | status of the return CREATE/CANCELLED/COMPLETED | Mo |
| Object[] | Array of order items, order items represent each line of return order. | Yes |
| String | Unique identifier provided by the channel for the return order item. | Yes |
| String | Reason for return as given by the customer. | Yes |
| String | SKU code for return order item. | Yes |
| String | Status of the return order:
| No |
| String | Defines if the item is a bundled SKU or not | No |
| String | updates we get from logistic aggregator | No |
| ZonedDateTime | Date in case client is using Plug in like Returns Prime | No |
| Boolean | whether the return is uploaded in omni or created though api. | Yes |
| String | Type of return. Possible values →
| Yes |
| String | Courier tracking number. | Yes |
| String | Courier partner name. | Yes |
...