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/orders/{order_id}/shippings
curl -i -X POST \
'https://docs.norce.io/api/checkout/v1/orders/{order_id}/shippings' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'x-channel: 1' \
-H 'x-merchant: norce'{ "shippingId": "string", "htmlSnippet": "string", "sessionId": "string", "useAddressForm": true }
https://docs.norce.io/api/checkout/v1/orders/{order_id}/shippings/{shipping_id}
curl -i -X GET \
'https://docs.norce.io/api/checkout/v1/orders/{order_id}/shippings/{shipping_id}' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'x-channel: 1' \
-H 'x-merchant: norce'{ "shippingId": "string", "htmlSnippet": "string", "sessionId": "string", "useAddressForm": true }
https://docs.norce.io/api/checkout/v1/orders/{order_id}/shippings/{shipping_id}/remove
curl -i -X POST \
'https://docs.norce.io/api/checkout/v1/orders/{order_id}/shippings/{shipping_id}/remove' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'x-channel: 1' \
-H 'x-merchant: norce'{ "shippingId": "string", "htmlSnippet": "string", "sessionId": "string", "useAddressForm": true }