Build 2026-01-12 08:21:29
The Order Management API is used to create and handle orders
https://{slug}.api-se.playground.norce.tech/checkout/order/
https://{slug}.api-se.stage.norce.tech/checkout/order/
https://{slug}.api-se.norce.tech/checkout/order/
https://customer-slug.api-se.playground.norce.tech/checkout/order/api/v0/checkout/orders/{order_id}/shippings
https://customer-slug.api-se.stage.norce.tech/checkout/order/api/v0/checkout/orders/{order_id}/shippings
https://customer-slug.api-se.norce.tech/checkout/order/api/v0/checkout/orders/{order_id}/shippings
curl -i -X POST \
'https://customer-slug.api-se.playground.norce.tech/checkout/order/api/v0/checkout/orders/{order_id}/shippings' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-H 'x-channel: 1' \
-H 'x-merchant: norce' \
-d '{
"merchant": "norce",
"channel": "1",
"state": "intent",
"reference": "e8ed2091-c34c-4837-a3a8-bc827b0dc183",
"tmsReference": "a935a628-f70c-47a4-a9f6-98c6d08c2ba3",
"orderId": "o_DhZSbDfVzNzuxOzHyCFskzGzaJ",
"adapterId": "ingrid-shipping-adapter",
"name": "PostNord MyPack Home",
"total": {
"includingVat": 1234,
"excludingVat": 987.2
},
"vatRate": 0.25,
"deliveryDetails": {
"carrier": "string",
"carrierProductId": "string",
"class": "string",
"product": {
"reference": "string",
"name": "string"
},
"pickupLocation": {
"reference": "string",
"name": "string",
"address": {
"streetAddress": "Adaptivevägen 18",
"city": "Boden",
"postalCode": "955 60",
"country": "SE"
}
}
},
"addons": [
{
"reference": "string",
"price": 0.1
}
],
"attributes": {
"property1": null,
"property2": null
}
}'https://customer-slug.api-se.playground.norce.tech/checkout/order/api/v0/checkout/orders/{order_id}/shippings
https://customer-slug.api-se.stage.norce.tech/checkout/order/api/v0/checkout/orders/{order_id}/shippings
https://customer-slug.api-se.norce.tech/checkout/order/api/v0/checkout/orders/{order_id}/shippings
curl -i -X GET \
'https://customer-slug.api-se.playground.norce.tech/checkout/order/api/v0/checkout/orders/{order_id}/shippings' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'x-channel: 1' \
-H 'x-merchant: norce'[ { "id": "s_pmHreuEBboeezpixrHMDPQlazU", "merchant": "norce", "channel": "1", "state": "intent", "reference": "e8ed2091-c34c-4837-a3a8-bc827b0dc183", "tmsReference": "a935a628-f70c-47a4-a9f6-98c6d08c2ba3", "orderId": "o_DhZSbDfVzNzuxOzHyCFskzGzaJ", "adapterId": "ingrid-shipping-adapter", "name": "PostNord MyPack Home", "total": { … }, "vatRate": 0.25, "deliveryDetails": { … }, "addons": [ … ], "attributes": { … } } ]
https://customer-slug.api-se.playground.norce.tech/checkout/order/api/v0/checkout/orders/{order_id}/shippings/{shipping_id}
https://customer-slug.api-se.stage.norce.tech/checkout/order/api/v0/checkout/orders/{order_id}/shippings/{shipping_id}
https://customer-slug.api-se.norce.tech/checkout/order/api/v0/checkout/orders/{order_id}/shippings/{shipping_id}
curl -i -X GET \
'https://customer-slug.api-se.playground.norce.tech/checkout/order/api/v0/checkout/orders/{order_id}/shippings/{shipping_id}' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'x-channel: 1' \
-H 'x-merchant: norce'{ "id": "s_pmHreuEBboeezpixrHMDPQlazU", "merchant": "norce", "channel": "1", "state": "intent", "reference": "e8ed2091-c34c-4837-a3a8-bc827b0dc183", "tmsReference": "a935a628-f70c-47a4-a9f6-98c6d08c2ba3", "orderId": "o_DhZSbDfVzNzuxOzHyCFskzGzaJ", "adapterId": "ingrid-shipping-adapter", "name": "PostNord MyPack Home", "total": { "includingVat": 1234, "excludingVat": 987.2 }, "vatRate": 0.25, "deliveryDetails": { "carrier": "string", "carrierProductId": "string", "class": "string", "product": { … }, "pickupLocation": { … } }, "addons": [ { … } ], "attributes": { "property1": null, "property2": null } }
https://customer-slug.api-se.playground.norce.tech/checkout/order/api/v0/checkout/orders/{order_id}/shippings/{shipping_id}
https://customer-slug.api-se.stage.norce.tech/checkout/order/api/v0/checkout/orders/{order_id}/shippings/{shipping_id}
https://customer-slug.api-se.norce.tech/checkout/order/api/v0/checkout/orders/{order_id}/shippings/{shipping_id}
curl -i -X PUT \
'https://customer-slug.api-se.playground.norce.tech/checkout/order/api/v0/checkout/orders/{order_id}/shippings/{shipping_id}' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-H 'x-channel: 1' \
-H 'x-merchant: norce' \
-d '{
"merchant": "norce",
"channel": "1",
"state": "intent",
"reference": "e8ed2091-c34c-4837-a3a8-bc827b0dc183",
"tmsReference": "a935a628-f70c-47a4-a9f6-98c6d08c2ba3",
"orderId": "o_DhZSbDfVzNzuxOzHyCFskzGzaJ",
"adapterId": "ingrid-shipping-adapter",
"name": "PostNord MyPack Home",
"total": {
"includingVat": 1234,
"excludingVat": 987.2
},
"vatRate": 0.25,
"deliveryDetails": {
"carrier": "string",
"carrierProductId": "string",
"class": "string",
"product": {
"reference": "string",
"name": "string"
},
"pickupLocation": {
"reference": "string",
"name": "string",
"address": {
"streetAddress": "Adaptivevägen 18",
"city": "Boden",
"postalCode": "955 60",
"country": "SE"
}
}
},
"addons": [
{
"reference": "string",
"price": 0.1
}
],
"attributes": {
"property1": null,
"property2": null
}
}'{ "id": "s_pmHreuEBboeezpixrHMDPQlazU", "merchant": "norce", "channel": "1", "state": "intent", "reference": "e8ed2091-c34c-4837-a3a8-bc827b0dc183", "tmsReference": "a935a628-f70c-47a4-a9f6-98c6d08c2ba3", "orderId": "o_DhZSbDfVzNzuxOzHyCFskzGzaJ", "adapterId": "ingrid-shipping-adapter", "name": "PostNord MyPack Home", "total": { "includingVat": 1234, "excludingVat": 987.2 }, "vatRate": 0.25, "deliveryDetails": { "carrier": "string", "carrierProductId": "string", "class": "string", "product": { … }, "pickupLocation": { … } }, "addons": [ { … } ], "attributes": { "property1": null, "property2": null } }