Create a Return
Create Return
POST
http://wms.eshopbox.com/api/return
This endpoint allows you to create a return.
Headers
Authentication
string
Bearer Token to grant access to the API
Request Body
externalChannelID
string
Sales channel Name of a workspace
customerReturnNumber
string
Unique return number against a sales channel
customerOrderNumber
string
Unique order number against a sales channel
pickup_type
string
pickup type order return, default :"reverse"
refundAmount
string
Amount to be refunded on the return request
return_request_date
string
return request date time
repaymentType
string
refund mode
optional
string
if refund Mode bank, fill optional object
bankDetails
string
bank details object
bankDetails.beneficiaryName
string
account holder name
bankDetails.beneficiaryAccountNo
string
account number of a customer
bankDetails.beneficiaryIfscCode
string
Ifsc code of the bank
pickupAddress
object
Pickup address object of return items
pickupAddress.customerName
string
pickup customer name
pickupAddress.addressLine1
string
pickup address line
pickupAddress.addressLine2
string
pickup address line
pickupAddress.city
string
pickup address city
pickupAddress.state
string
pickup address state
pickupAddress.postalCode
string
pickup address pincode
pickupAddress.countryCode
string
pickup address country code
pickupAddress.countryName
string
pickup address country name
pickupAddress.contactPhone
string
pickup address contact number
pickupAddress.email
string
pickup address email address
items
array
return item object
Last updated