Entities and methods to handle baskets and payments.
Entities and methods to handle baskets and payments.
https://customer-slug.api-se.norce.tech/commerce/shopping/1.1/
Code is the external/integrated DeliveryMethod provider's code for the pickup store. MaxLength: 50.
The Latitude part of the location of the pickup. Can be used to calculate distances.
The Longitude part of the location of the pickup. Can be used to calculate distances.
{ "Code": "string", "RoutingCode": "string", "Depot": "string", "Name1": "string", "Name2": "string", "Address1": "string", "Address2": "string", "PostalCode": "string", "City": "string", "CountryCode": "string", "Contact": "string", "Phone": "string", "Fax": "string", "Email": "string", "Latitude": 0.1, "Longitude": 0.1, "Distance": 0.1, "OpeningHours": [ { … } ], "IsSelected": true }
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": [ { … } ] }