Modify Return Order

View as Markdown

Authentication

AuthorizationBearer

Authentication using Personal Access Token (PAT) token

OR
AuthorizationBearer
OAuth2 authentication using JWT tokens

Path parameters

idstringRequiredformat: "int32"
Id of the return order

Headers

shipbob_channel_idstringRequiredformat: "int32"
Channel Id for Operation

Request

Model defining the return
fulfillment_centerobjectRequired
Information about a fulfillment center
inventorylist of objects or nullRequired
Array of inventory items being returned
reference_idstring or nullRequired<=50 characters

Client-defined external unique identifier for the return order

original_shipment_idinteger or nullOptional
Shipment from which the items in the return originated
tracking_numberstring or nullOptional<=500 characters
Tracking number for the return shipment

Response

Success
channelobject or null
completed_datedatetime or null
customer_namestring or null
fulfillment_centerobject or null
idinteger or null
insert_datedatetime or null
inventorylist of objects or null
invoice_amountdouble or null
original_shipment_idinteger or null
reference_idstring or null
return_typeenum or null
Regular ReturnToSender
Allowed values:
statusenum or null
AwaitingArrival Arrived Processing Completed Cancelled
Allowed values:
store_order_idstring or null
tagslist of objects or null
tracking_numberstring or null
transactionslist of objects or null

Errors