Entities and methods to handle baskets and payments.
COMMERCE SERVICES
/Shopping Service
/- ProductsOnHand
AppliedPromotionOnItem
Basket
BasketDeliveryMethodUpdate
BasketItem
BasketPagedList
Checkout
DeliveryMethod
DropPoint
ExtraInfo
InsertItemsPostPurchaseData
OpeningHours
Payment
PaymentMethod
PaymentResponse
PaymentService
Promotion
PromotionProductFilter
PurchaseEx2Data
SavedBasket
Subscription
SubscriptionSchedule
SubscriptionScheduleData
SubscriptionType
Summary
SummaryItem
CustomersAccount
CustomersAddress
CustomersCompany
CustomersCustomer
CustomersFlag
File
IdNameDescription
IdValue
NameValue
OrdersAddress
OrdersCompany
OrdersCustomer
ProductsFlag
ProductsProductOnHand
ProductsWarehouse
System.Xml.Linq.XAttribute
System.Xml.Linq.XDeclaration
System.Xml.Linq.XDocument
System.Xml.Linq.XDocumentType
System.Xml.Linq.XElement
System.Xml.Linq.XName
System.Xml.Linq.XNamespace
System.Xml.Linq.XNode
System.Xml.Linq.XNodeDocumentOrderComparer
System.Xml.Linq.XNodeEqualityComparer
ProductsOnHand
Documentation ShoppingService (1.1)
Download OpenAPI description
Languages
Servers
https://customer-slug.api-se.norce.tech/commerce/shopping/1.1/
ProductsOnHand
The aggregated value from all warehouses and locations in the current context (Web, Supplier or Store).
{ "Value": 0, "IncomingValue": 0, "NextDeliveryDate": "2019-08-24T14:15:22Z", "LeadtimeDayCount": 0, "LastChecked": "2019-08-24T14:15:22Z", "IsActive": true, "IsReturnable": true, "Info": [ { … } ] }
ProductsProductOnHand
The product internal id for the current product/variant. If the entity is fetched by productId it will be that productId. If the product is fetched by partNo it will be the productId for that variant.
A list of warehouses with OnHand for the product.
{ "ProductId": 0, "Warehouses": [ { … } ], "Variants": [ {} ] }