Getting Started
Submitting an order
Prerequisites
Step 1: Retrieve Available Categories
Step 2: Retrieve Subcategories Under a Category
Step 3: Retrieve Available Product Options of a Subcategory
NOTE
Step 4: Build Payload Based on Previous Steps
{
"externalId": "186898732",
"storeId": "818",
"shippingMethod": "default",
"productionTime": "regular",
"recipient": {
"firstName": "John",
"lastName": "Smith",
"addressLine1": "123 Main St.",
"addressLine2": "Apt. 123",
"city": "New York",
"state": "NY",
"zipCode": "10001",
"country": "US",
"phone": "123-456-7890",
"company": "ABC Company"
},
"orderItems": [
{
"externalItemId": "123456789",
"subcategoryId": 103001,
"quantity": 1,
"width": 8,
"height": 10,
"file": {
"imageUrl": "https://www.example.com/image.jpg"
},
"orderItemOptions": [
11,
51,
23
],
"solidColorHexCode": null
}
]
}
Modified at 2024-03-06 20:17:11