API Refrences

Last Version: v.3.01

Shop Pre Orders List

Retrieve a paginated list of shop pre orders for your shop.

GET /v1/pre-orders/

Retrieve a paginated list of shop pre orders for your shop.

Parameters
cancelled_at_isnull
boolean
optional
created_at_gte
string
optional
created_at_lte
string
optional
email
string
optional
financial_status
array
optional
fulfillment_status
array
optional
offer_name
string
optional
product_id
integer
optional
shopify_order_id
integer
optional
sku
string
optional
variant_id
integer
optional
ordering
array
optional
limit
integer
optional
offset
integer
optional

cURL Example

Sample request using cURL

Request
curl -X GET "https://api.notify-me.app/v1/pre-orders/" \
-H "X-Api-Key: YOUR_API_KEY"

200

Response

See example response in documentation

401

Authentication failed

Response

See example response in documentation

403

Permission denied

429

Rate limit exceeded