Save Shopify Order

POST /shopify/webhook/orders/paid

Orders made through Shopify using the 2023-07 API version

application/json

Body

Responses

POST /shopify/webhook/orders/paid
curl \
 -X POST https://hostname/shopify/webhook/orders/paid \
 -H "Content-Type: application/json" \
 -d '{"id":"string"}'
Request example
{
  "id": "string"
}