Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json

Order details including customer information and items to return

items
object[]
required

Array of line items to return

order_id
string

Unique order identifier from your system

email
string<email>

Customer email address

name
string

Customer name

destination_id
string

Destination identifier where the package will ultimately be transfered to from our consolidation hub

seller_id
string

Seller identifier that identifies the original seller of the item

expiration_date
string<date>

The date after which the order will no longer be accepted at a dropoff location

delivery_address
object

Optional delivery address for the order

Response

Order received successfully

code
string

Response status code

message
string

Response message