Norce Checkout - Ingrid Adapter API (1.0.0)

Build 2026-01-14 12:35:46

The Ingrid Adapter API is used to create and manage Ingrid shippings.

Download OpenAPI description
Languages
Servers

https://docs.norce.io/

Schemas

Norce Callbacks

Operations

Ingrid client side callbacks

Operations

Shipping changed

Request

Shipping changed.

Path
order_idstringrequired

Order identifier

shipping_idstringrequired

Shipping identifier

Headers
x-merchantstringrequired

Merchant identifier.

Example: norce
x-channelstringrequired

Channel identifier

Example: 1
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'

Responses

OK

Response
No content

Customer changed

Request

Customer changed inside ingrid shipping form.

Path
order_idstringrequired

Order identifier

shipping_idstringrequired

Shipping identifier

Headers
x-merchantstringrequired

Merchant identifier.

Example: norce
x-channelstringrequired

Channel identifier

Example: 1
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'

Responses

OK

Response
No content

Ingrid Delivery Experience Orders

Operations