Cancel 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

Response

Success
channelobjectOptional
Created by channel metadata
completed_datedatetime or nullOptional
Completed date for a return order.
customer_namestring or nullOptional
Customer name from the related shipment.
fulfillment_centerobjectOptional
Information about a fulfillment center
idintegerOptional
Unique id of the Return Order
insert_datedatetimeOptional
Date this return order was created
inventorylist of objects or nullOptional
List of inventory included in the return order
invoice_amountdouble or nullOptional

Invoiced amount of return order (sum of transaction amounts)

original_shipment_idinteger or nullOptional
Id of the corresponding shipment that is the souce of the return
reference_idstring or nullOptional

Client-defined external unique id of the return order

return_typeenumOptional
Regular ReturnToSender
statusenumOptional
AwaitingArrival Arrived Processing Completed Cancelled
store_order_idstring or nullOptional
Store order for the related shipment.
tracking_numberstring or nullOptional
Tracking number of the return shipment
transactionslist of objects or nullOptional
Array of transactions affiliated with the return order

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error