Skip to main content
POST
Create Order

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
po_number
string
required

Purchase order number

Example:

"some-po-number"

picksheet_code
string
required

Picksheet Code/Warehouse Order Number

Example:

"some-picksheet-code"

brand_id
string<uuid>
required

UUID of the brand

Example:

"14e517b3-5091-4748-8a25-c497aec2ce98"

retailer_id
string<uuid>
required

UUID of the retailer

Example:

"14e517b3-5091-4748-8a25-c497aec2ce98"

facility_id
string<uuid>
required

UUID of the facility

Example:

"14e517b3-5091-4748-8a25-c497aec2ce9z"

items
object[]
required
address_data
object
required
external_order_id
string

External Order ID

Example:

"some-external-order-id"

dept_number
string

Department number. Required for Nordstrom, Walmart, TJX, Von Maur, DICK's Sporting Goods, Macy's, Dillard's, and Bloomingdales.

Example:

"123456"

purchase_order_type
string

Type of purchase order. Required for Walmart, TJX, SaksOffFifth.com, Saks Off Fifth Store, DICK's Sporting Goods, Macy's Store, Macy's.com, and Bloomingdales

Example:

"Test Department"

transportation_method
string

Method of transportation

Example:

"FREIGHT"

carrier
string

Carrier

Example:

"Fedex Freight"

service_method
enum<string>

Service Method

Available options:
ups_ground,
fedex_ground
dates
object

Response

Order created successfully, with reason for being on hold if applicable

message
string
Example:

"Order created successfully"

data
object
Example: