Entities and methods to handle baskets and payments.
COMMERCE SERVICES
/Shopping Service
/- Payment
AppliedPromotionOnItem
Basket
BasketDeliveryMethodUpdate
BasketItem
BasketPagedList
Checkout
DeliveryMethod
DropPoint
ExtraInfo
InsertItemsPostPurchaseData
OpeningHours
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
ProductsOnHand
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
Payment
Documentation ShoppingService (1.1)
Download OpenAPI description
Languages
Servers
https://customer-slug.api-se.norce.tech/commerce/shopping/1.1/
PaymentMethod
A rate to multiply with price to get price inc VAT. 25% VAT equals a VatRate of 1.25.
Indicates if this is the currently selected payment method for the Checkout. Only one may have this flag set to true. Use UpdatePaymentMethod3 to set this property.
A unique id for the image at our image server. Url for images are formed like http://[client specific CDN]/{ImageKey}. Preset, height and width can be sent as parameters.
Indicates if this payment method is only allowed for companies. Cannot be combined with IsForPersonOnly.
{ "Id": 0, "Name": "string", "TypeId": 0, "TypeName": "string", "Description": "string", "PartNo": "string", "Price": 0, "VatRate": 0, "ImagePath": "string", "IsSelected": true, "Service": { "Id": 0, "Name": "string", "Description": "string", "ImagePath": "string", "ImageKey": "string" }, "ImageKey": "string", "IsForCompanyOnly": true, "IsForPersonOnly": true }