Build 2026-01-14 12:35:46
The Ingrid Adapter API is used to create and manage Ingrid shippings.
https://docs.norce.io/
https://docs.norce.io/api/checkout/v1/callback/orders/{order_id}/shippings/{shipping_id}/shipping-changed
curl -i -X POST \
'https://docs.norce.io/api/checkout/v1/callback/orders/{order_id}/shippings/{shipping_id}/shipping-changed' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'x-channel: 1' \
-H 'x-merchant: norce'https://docs.norce.io/api/checkout/v1/callback/orders/{order_id}/shippings/{shipping_id}/customer-changed
curl -i -X POST \
'https://docs.norce.io/api/checkout/v1/callback/orders/{order_id}/shippings/{shipping_id}/customer-changed' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'x-channel: 1' \
-H 'x-merchant: norce'