latestOpenAPI 3.0.02026-08-1036066.9 KB
0919514123f3
Orders
Create Order from variant
Create Order Pro
post/orders/pro
Request body
Example request
{
"label": 1000,
"name": "test api product",
"email": "tarik@teelaunch.com",
"firstName": "tarek",
"lastName": "ibrahim",
"phone": "81646800",
"address1": "123 Main St",
"address2": "Apt 4B",
"city": "Cityville",
"state": "CA",
"zip": "12345",
"country": "US",
"variants": [
{
"id": 1181,
"images": [
{
"url": "https://teelaunch-2.s3.us-west-2.amazonaws.com/accounts/3/products/100000544685/art-files/649065/Hoodie_CarolinaBlue_XL_LeftChest_Chloe.png",
"stage": "Front Shirt"
}
],
"quantity": 1
}
]
}Response
Successful response