The Order Service has Entities and Operations concerned with orders created in Norce Commerce.
COMMERCE CONNECT
/Order Service
/- OrderInfo
Address
CancelOrderRequest
ClientCustomer
CodeValue
Company
DeliveryNote
DeliveryNoteItem
DeliveryNotePackage
Discount
Fee
Header
Invoice
InvoiceItem
OrderItem
OrderRequest
OrderResponse
Payment
Person
PickupStore
PriceListItem
Promotion
SendOrderStatusRequest
Shipment
ShipmentItem
ShipmentPackage
ShippingAdvice
WarehouseTransaction
WarehouseTransactionItem
OrderInfo
Documentation Norce Commerce Connect Order Service (4.0)
Download OpenAPI description
Languages
Servers
https://customer-slug.api-se.norce.tech/commerce/connect/4.0/
OrderItem
Represents order row
Type of product.
Enum"Undefined""ErpStandard""Refurbished""Freight""Insurance""GiftCertificate""Bid""Download""Structure""Invoice"
Product type group.
Enum"Undefined""Physical""Virtual""Fee""Service""AddedFee"
Sale price for one item only excluding VAT (to get the row amount you multiply with quantity).
VAT amount for one item before discounts (to get the row VAT multiply with quantity).
Article number in ERP (usually same as PartNo, different for SKU type 13 'Accumulation').
Exists if the row is a child to another row, e.g. in case of service articles or items in a package/bundle.
All price lists that the unit price original is based on. This is a list of all pricelists in the hierarchy.
{ "Discount": 0, "LineNo": 0, "PartNo": "string", "Quantity": 0, "Quantity2": 0, "Type": "Undefined", "TypeGroup": "Undefined", "UnitPrice": 0, "UnitPriceOriginal": 0, "UnitVat": 0, "UnitPriceOriginalVat": 0, "VatRate": 0, "AdditionalInfo": [ { … } ], "Comment": "string", "Description": "string", "ErpPartNo": "string", "InternalProductId": 0, "ParentLineNo": 0, "PriceListNo": 0, "PriceLists": [ { … } ], "Promotions": [ { … } ], "UnitOfMeasure": "string" }