Skip to content

Instantly share code, notes, and snippets.

@tristansokol
Created September 13, 2017 16:48
Show Gist options
  • Save tristansokol/b9b2a56935da00121f0d535572c2b425 to your computer and use it in GitHub Desktop.
Save tristansokol/b9b2a56935da00121f0d535572c2b425 to your computer and use it in GitHub Desktop.
POST/v2/locations/LOCATION_ID/orders
{
"idempotency_key": "86ae1696-b1e3-4328-af6d-f1e04d947ad120",
"reference_id": "my-order-001",
"line_items": [
{
"catalog_object_id": "7WBTDGGMYEJYU2GINA7HHKO2",
"note": "catalog-note",
"quantity": "1",
"discounts": [
{
"catalog_object_id": "JYAQQC6AE7WUL5DPAYW7IH3O"
}
],
"modifiers": [
{
"catalog_object_id": "YZ4TIQBFGOYFGEISYTVWGM4A"
}
]
},
{
"name": "T-Shirt",
"note": "custom-note",
"variation_name": "Mini",
"quantity": "1",
"base_price_money": {
"amount": 1000,
"currency": "USD"
},
"taxes": [
{
"name": "Sales Tax",
"type": "ADDITIVE",
"percentage": "12"
}
],
"discounts": [
{
"name": "$3 off Discount",
"amount_money": {
"amount": 3,
"currency": "USD"
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment