Order API
Create Shopify orders with store credit automatically applied with the Shopwaive Order API
GET orders endpoint
// Example date and email constrained request
https://app.shopwaive.com/api/[email protected]&created_at_min=2024-09-22T04:51:20.144Z&created_at_max=2024-09-22T19:14:22.688ZPOST order endpoint
POST order endpointAuthorizations
X-Shopwaive-Access-TokenstringRequired
Body
customeridnumberRequiredExample:
6659662610648free_shippingbooleanOptionalExample:
truetagsstringOptionalExample:
New customer, Store Credit, Marketing promo, ExclusivedescriptionstringRequiredExample:
Store CreditamountnumberRequiredExample:
450Responses
200
Successfully created customer checkout url
application/json
default
Unexpected error. Method not allowed
application/json
post
/api/orderHeader
key
value
Request Body
key
value
Response Body
key
value
Last updated