"item"
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/
Full valid url to be called by POST. If the url contains the substring '{order_id}' it will be replaced with the orders id before call is performed.
{ "id": "oc_BaDIudFOjBEuFmLlmDExePUFTh", "adapterId": "jetshop_adapter", "subscribeTo": "string", "target": "string", "invoke": "http://specific-feature-adapter.norce.io/api/v1/callbacks/orders/{order_id}/specific-callback", "version": "v0" }
Product type, physical is the default. Other options include Digital, GiftCard and Bundle.
A List of items, useful for when this item is a bundle containing other items.
URL to an image showing the item.
{ "id": "ci_FpEzyBvBBUyKxkeNriFUxZOCje", "reference": "string", "name": "T-Shirt XL", "sku": "A000123", "productType": "physical", "items": [ {} ], "url": "https://example.com/products/A000123", "imageUrl": "https://example.com/products/A000123/images/1", "quantity": 2, "unit": "st", "price": { "includingVat": 1234, "excludingVat": 987.2 }, "total": { "includingVat": 1234, "excludingVat": 987.2 }, "originalTotal": { "includingVat": 1234, "excludingVat": 987.2 }, "vatRate": 0.25, "discounts": [ { … } ], "logistics": { "weight": 2500, "height": 100, "width": 50, "length": 200, "tags": [ … ], "shippingDate": "2019-08-24T14:15:22Z" }, "upsell": true, "attributes": { "property1": null, "property2": null } }