...
Parameter | Type | Description | Populated for Events |
---|---|---|---|
ConsignmentNo | String | Consignment number | All |
OmniRPSTrackingNo | String | Unique ID generated at the time of processing in OmniRPS | RP, RE, RDBTC |
OrderNo | String | Order No | All |
MAWB | String | MAWB number supplied from the airline if airfreight, else generic ID. | RE, RDBTC |
ExportedConsignmentNo | String | Outer Label consignment number created when consolidations are packed | RE, RDBTC |
ShipDate | Datetime | Ship Date and time of the event | RC, DS |
DeliveryDate | Datetime | Delivery Date | RDBTC |
SourceLocation | String | Source Location of event e.g. Return Created event will be customer location | All |
DestinationLocation | String | Destination Location of event e.g. Return Created event will be first mile delivery location | All |
Code | String | Status Code | All |
Status | String | Status Description | All |
Carrier | String | Carrier responsible for the event | RC, RT, DS, RDTPF, RDBTC |
EventDT | Datetime | Local date and time of the event | All |
ItemNo | String | SKU code of product.. You will receive a tracking event per line item for these tracking events. | RC, RP |
ReturnReason | String | Return reason as declared from the customer | RC, RP |
ReturnAction | String | Customers choice of credit e.g. refund, store credit, exchange | RC, RP |
Info |
---|
You will receive one tracking event per line item for RC and RP tracking events |
...
Username:<value>
Password:<value>
Code Block |
---|
[ { "ConsignmentNo":"", "OmniRPSTrackingNo":"BE00000146", "OrderNo":"201905270449", "MAWB":"", "ExportedConsignmentNo":"", "ShipDate":"2019-05-26 23:20:05", "DeliveryDate":"", "SourceLocation":"Auckland, New Zealand-NZ", "DestinationLocation":"Auckland, New Zealand-NZ", "Code":"RDTPF", "Status":"Return Delivered to Processing Facility", "Carrier":"", "EventDT":"2019-05-27 11:20:05" }, { "ConsignmentNo":"", "OmniRPSTrackingNo":"BE00000146", Page | 5 "OrderNo":"201905270449", "MAWB":"", "ExportedConsignmentNo":"", "ShipDate":"", "DeliveryDate":"", "SourceLocation":"Auckland, New Zealand-NZ", "DestinationLocation":"Auckland, New Zealand-NZ", "Code":"RP", "Status":"Return Processed", "Carrier":"", "EventDT":"2019-05-27 11:20:05" }, { "ConsignmentNo":"420908109202123132180000042174008", "OmniRPSTrackingNo":"ABC00001016", "OrderNo":"ON123456", "MAWB":"", "ExportedConsignmentNo":"", "ShipDate":"", "DeliveryDate":"", "SourceLocation":"California,United States-US", "DestinationLocation":"California, United States-US", "Code":"RP", "Status":"Returned via SEKO Hub", "Carrier":"","EventDT":"2023-09-13 15:19:38", "ItemNo":"R56-4-White-L", "Processedvia":"Seko", "ReturnReason":"LOOKS DIFFERENT FROM IMAGES ONLINE", "ReturnAction":"REFUND" } { "ConsignmentNo":"420908109202123132180000042174008", ] "OmniRPSTrackingNo":"ABC00001017", "OrderNo":"ON123456", "MAWB":"", "ExportedConsignmentNo":"", "ShipDate":"", "DeliveryDate":"", "SourceLocation":"California,United States-US", "DestinationLocation":"California, United States-US", "Code":"RP", "Status":"Returned via SEKO Hub", "Carrier":"","EventDT":"2023-09-13 15:19:38", "ItemNo":"RT56-4-BLACK-L", "Processedvia":"Seko", "ReturnReason":"TOO SMALL", "ReturnAction":"REFUND" } ] |
Response
OmniRPS requires a response 200 OK response back.
If we do not receive the response we will assume the tracking events are not delivered. We will retry at the below intervals:
60 minutes
24 hours
48 hours
Webhook disabled
Warning |
---|
If we do not receive a 200 OK response after the above attemptsthird attempt, your the webhook will be automatically disabled and a notification will be sent to our Support team and the clients contact email. If your webhook is disabled, please contact our OmniSupport team to enable. |
...