Order Management
Order Creation
Use the https://app.ship.com/public/order endpoint to create a new shipping order.
Request Parameters

Item Object Structure

Request Example
{
"invoiceNumber": "string",
"firstName": "string",
"lastName": "string",
"email": "string",
"phone": "string",
"address1": "string",
"address2": "string",
"city": "string",
"state": "string",
"zip": "string",
"country": "string",
"total": 0.00,
"salesTax": 0.00,
"handling": 0.00,
"subtotal": 0.00,
"shipping": 0.00,
"weight": 0.00,
"discount": 0.00,
"items": [
{
"itemCode": "string",
"upc": "string",
"price": 0.00,
"quantity": 0
}
]
}
Response Structure

Request Parameters

Item Object Structure

Request Example
{
"invoiceNumber": "string",
"firstName": "string",
"lastName": "string",
"email": "string",
"phone": "string",
"address1": "string",
"address2": "string",
"city": "string",
"state": "string",
"zip": "string",
"country": "string",
"total": 0.00,
"salesTax": 0.00,
"handling": 0.00,
"subtotal": 0.00,
"shipping": 0.00,
"weight": 0.00,
"discount": 0.00,
"items": [
{
"itemCode": "string",
"upc": "string",
"price": 0.00,
"quantity": 0
}
]
}
Response Structure
