Create a Return
This API allows you to create a return request in the Eshopbox system. Only customer returns can be created, and the order must be fulfilled and delivered in the Eshopbox workspace before initiating a
Endpoint
POST http://wms.eshopbox.com/api/return
Headers
Authorization
string
Bearer Token to grant access to the API
Request Body
externalChannelID
No
string
Name of the sales channel generated by Eshopbox
customerReturnNumber
Yes
string
Unique return number against a sales channel
assignCourier
Yes
boolean
true
to assign return tracking ID, false
if not required
customerOrderId
Yes
string
Unique order number against a sales channel (Previously customerOrderNumber
)
pickup_type
Yes
string
Pickup type for return, default: "reverse"
refundAmount
Yes
string
Amount to be refunded on the return request
isCOD
Yes
boolean
true
if the order is Cash on Delivery (COD), false
if prepaid. Since we are created return, if will be false.
return_request_date
Yes
string
Return request date and time (cannot be NULL, even though it's optional)
repaymentType
No
string
Refund mode
Pickup Address (Object)
customerName
Yes
string
Name of the pickup customer
addressLine1
Yes
string
Pickup address line 1
addressLine2
Yes
string
Pickup address line 2
city
Yes
string
Pickup address city
state
Yes
string
Pickup address state
postalCode
Yes
string
Pickup address PIN code
countryCode
Yes
string
Pickup address country code
countryName
Yes
string
Pickup address country name
contactPhone
Yes
string
Pickup address contact number
Yes
string
Pickup address email address
Items (Array)
lineItemSequenceNumber
No
string
Unique item ID in the client system
itemID
No
string
Product availability identifier on a channel
sku
Yes
string
SKU of the product (previously SKU
)
quantity
Yes
number
Quantity of the item to be returned
returnReason
Yes
string
Reason for return
additionalInfo.image
No
string
Image shared by the customer
additionalInfo.comment
No
string
Remarks shared by the customer
itemImage
No
string
Product image
Response
Last updated
Was this helpful?