Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Inbound | POST | /usp/return

Summary

This API EFS will call the channel this API Post return order processing to notify OMS with return order processing details.

...

Parameter Name

Data Type

Description

Mandatory

returnOrderCode

String

Unique code used by the channel to identify the return order

yes

forwardOrderCode

String

ForwardOrderCode associated with the return order

yes

locationCode

String

Location code of the warehouse where the return order will be received.

yes

channelName

String

Channel name of the marketplace.

yes

awbNumber

String

Courier tracking number.

yes

transporter

String

Courier partner name.

yes

orderItems.returnItemCode

String

Unique code used by the channel to identify the return order item

yes

orderItems.channelSkuCode

String

SKU code of return order item

yes

orderItems.qcReason

String

The reason due to which this return item has been marked qc QC fail

no

orderItems.qcStatus

String

The qcStatus of the return Item.

Possible values :

PASS , FAIL

yes

orderItems.imageUrls

String[]

It contains the list of urls of the images of the return items .It will only be populated in case that item has been marked as fail.

no

...