The Order Service has Entities and Operations concerned with orders created in Norce Commerce.
COMMERCE CONNECT
/Order Service
/- ShipmentPackage
Address
CancelOrderRequest
ClientCustomer
CodeValue
Company
DeliveryNote
DeliveryNoteItem
DeliveryNotePackage
Discount
Fee
Header
Invoice
InvoiceItem
OrderInfo
OrderItem
OrderRequest
OrderResponse
Payment
Person
PickupStore
PriceListItem
Promotion
SendOrderStatusRequest
Shipment
ShipmentItem
ShippingAdvice
WarehouseTransaction
WarehouseTransactionItem
ShipmentPackage
Documentation Norce Commerce Connect Order Service (4.0)
Download OpenAPI description
Languages
Servers
https://customer-slug.api-se.norce.tech/commerce/connect/4.0/
ShippingAdvice
Represents order shipping information
True if it is expected that the freight fee should be charged one time even if order is delivered in several dispatches.
Code of the order from the shipping advisor (if Norce Commerce has integration to it).
{ "DeliveryMethodCode": "string", "DoSMSNotify": true, "IsComplete": true, "IsFeeChargedOnce": true, "PickupStore": { "AdditionalInfo": [ … ], "Address": { … }, "Code": "string", "IsDropPoint": true, "Name": "string" }, "ShipAdvisorOrderCode": "string", "TmsReference": "string" }