Returns
After get delivered. An order can be returned by a customer's request. An order can be partially or fully returned as per customer required. Below parameters are required to generate a request.
Attributes
Type
Description
customerReturnNumber
string
A unique Number against a sales channel Return Request (R)
customerOrderNumber
string
Unique Number against Each Sales Channel (R)
externalChannelID
string
Sales Channel Name of a workspace (R)
pickup_type
string
pick up type of request must be "reverse
" (R)
refundAmount
number
Amount to be refund for this particular return request (R)
isCOD
string
Type of order Enum : 0 , 1
(1 if order is cod,0 if order is prepaid) (R)
return_request_date
string
return request date time
repaymentType
string
Type of pickup Enum:bank,originalPaymentMode
(R)
optional
object
If repayment type is bank, Then optional detail must be filled
optional.bankDetails
object
Bank details, used for refund process.
bankDetails.beneficiaryName
string
beneficiaryName of account
bankDetails.beneficiaryAccountNo
string
account number of customer
bankDetails.beneficiaryIfscCode
string
ifsc code of bank
pickupAddress
object
Pick up address of returned items (R)
pickupAddress.customerName
string
pickup customer Name
pickupAddress.addressLine1
string
pickup address
pickupAddress.addressLine2
string
pickup adress
pickupAddress.city
string
pickup city
pickupAddress.state
string
pickup state
pickupAddress.postalCode
string
pickup state
pickupAddress.countryCode
string
pickup country code
pickupAddress.countryName
string
pickup country name
pickupAddress.contactPhone
string
pickup contact number
pickupAddress.email
string
pickup email address
items
array[object]
The return items object
The Items
Object
Attributes
Type
Description
items[].lineItemSequenceNumber
string
incremental id of the item in created order (R)
items[].itemID
string
variant id of the item (seller SKU code) (R)
items[].quantity
string
quantity of the item (R)
items[].returnReason
string
reason for return
items[].itemImage
string
item original image
items[].additionalInfo
object
the additional item details
The additionalInfo
Object
Attributes
Type
Description
additionalInfo.image
string
delivered item image
additionalInfo.comments
string
comments on image
Enum: isCOD
Attribute
Description
0
created order must be Prepaid
1
created order must be COD
Enum: repaymentType
Attribute
Description
bank
if refund mode is bank, optional detail must be filled
originalPaymentMode
if refund mode is OPM. optional details not required.
Last updated