The Order Service has Entities and Operations concerned with orders created in Norce Commerce.
COMMERCE CONNECT
/Order Service
/- SendOrderStatusRequest
Address
CancelOrderRequest
ClientCustomer
CodeValue
Company
DeliveryNote
DeliveryNoteItem
DeliveryNotePackage
Discount
Fee
Header
Invoice
InvoiceItem
OrderInfo
OrderItem
OrderRequest
OrderResponse
Payment
Person
PickupStore
PriceListItem
Promotion
Shipment
ShipmentItem
ShipmentPackage
ShippingAdvice
WarehouseTransaction
WarehouseTransactionItem
SendOrderStatusRequest
Documentation Norce Commerce Connect Order Service (4.0)
Download OpenAPI description
Languages
Servers
https://customer-slug.api-se.norce.tech/commerce/connect/4.0/
SendOrderStatusRequest
Order update request. Either ClientOrderRef or ErpOrderNo must be provided.
Order status.
Enum"Created""Allocation""Confirmed""BackOrder""Delivered""Invoiced""Cancelled""CreditControl""PartlyDelivered""Acknowledged"
{ "ClientOrderRef": 0, "ErpOrderNo": "string", "OrderStatus": "Created", "AccountId": 0, "Infos": [ { … } ] }
Shipment
Information about shipment to POS system. Either DeliveryNoteNo or InvoiceNo and Items must be provided.
{ "ApplicationKey": "15d62d1f-3a4e-4111-845a-4db40bf08e87", "DeliveryNoteNo": "string", "InvoiceNo": "string", "ShipmentNo": "string", "SourceWarehouseCode": "string", "TargetWarehouseCode": "string", "Barcode": "string", "CarrierName": "string", "CarrierReference": "string", "CarrierTrackingUrl": "http://example.com", "Comment": "string", "Items": [ { … } ], "ReceiverName": "string", "SenderName": "string", "ShipmentPackages": [ { … } ], "ShipmentWarehouse": { "Box": "string", "CareOf": "string", "City": "string", "Country": "string", "Line1": "string", "Line2": "string", "Region": "string", "Type": "string", "ZipCode": "string" }, "TargetWarehouseAddress": { "Box": "string", "CareOf": "string", "City": "string", "Country": "string", "Line1": "string", "Line2": "string", "Region": "string", "Type": "string", "ZipCode": "string" } }