Skip to content

Documentation ShoppingService (1.1)

Entities and methods to handle baskets and payments.

Download OpenAPI description
Languages
Servers
https://customer-slug.api-se.norce.tech/commerce/shopping/1.1/

Schemas

Schemas

InsertItemsPostPurchaseData

ItemsToAddArray of objects(BasketItem)(BasketItem)

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.

PaymentParametersArray of objects(NameValue)(NameValue)

Roundtrip of the parameters received in the original payment response.

{ "ItemsToAdd": [ {} ], "PaymentParameters": [ {} ] }

OpeningHours

Daystring
Openstring

MaxLength: 255.

Closestring

MaxLength: 255.

{ "Day": "string", "Open": "string", "Close": "string" }

Payment

PaymentCodeinteger(int32)

System generated id for this particular payment. Client specific.

Amountnumber(decimal)

Payment amount, including VAT.

CardNostring

Card number if payment has been made by credit card or gift card. Populated by PSP. MaxLength: max.

PaymentMethodIdinteger(int32)

Internal id of the payment method for this payment. Application specific.

PaymentServiceIdinteger(int32)

Internal id of the payment service for this payment. System specific. Indicates the PSP.

{ "PaymentCode": 0, "Amount": 0, "CardNo": "string", "PaymentMethodId": 0, "PaymentServiceId": 0 }

Basket

Operations

Checkout

Operations

DeliveryMethods

Operations

InfoTypes

Operations

OnHand

Operations

OrderRequest

Operations

Payments

Operations

Promotions

Operations

Subscriptions

Operations