Create Multiple Orders
POST
/v1/orders/bulk
Request
Body Params application/json
array of:
order_id
string
required
test_order
boolean
required
order_status
enum<string>
optional
Allowed values:
draftnew_order
order_type
enum<integer>
optional
Allowed values:
567
label_url
string
optional
line_items
array [object {7}]
required
order_item_id
string
required
sku
string
required
name
string
optional
quantity
integer
required
print_files
array [object {2}]
required
preview_files
array [object {2}]
optional
license_design_id
string
optional
address
object
required
name
string
required
email
string
optional
company
string
optional
phone
string
optional
street1
string
required
street2
string
optional
city
string
required
state
string
required
country
string
required
zip
string
required
return_address
object
optional
name
string
required
email
string
optional
company
string
optional
phone
string
optional
street1
string
required
street2
string
optional
city
string
required
state
string
required
country
string
required
zip
string
required
shipping_method
enum<string>