The internal id of type. This TypeId might be different in different tiers such as Stage and Production. Use Code if hard coding is required.
{ "TypeId": 0, "Value": "string", "Code": "string" }
Entities and methods to handle baskets and payments.
https://customer-slug.api-se.norce.tech/commerce/shopping/1.1/
The items to add to the purchase. The items to insert must have its PartNo, Quantity and PriceListId set. ParentLineNo, Name, Comment, ReferId and ReferUrl can be used if other values than the default are wanted. All other properties will be populated from the system.
{ "ItemsToAdd": [ { … } ], "PaymentParameters": [ { … } ] }