The Order Service has Entities and Operations concerned with orders created in Norce Commerce.
COMMERCE CONNECT
/Order Service
/- Person
Address
CancelOrderRequest
ClientCustomer
CodeValue
Company
DeliveryNote
DeliveryNoteItem
DeliveryNotePackage
Discount
Fee
Header
Invoice
InvoiceItem
OrderInfo
OrderItem
OrderRequest
OrderResponse
Payment
PickupStore
PriceListItem
Promotion
SendOrderStatusRequest
Shipment
ShipmentItem
ShipmentPackage
ShippingAdvice
WarehouseTransaction
WarehouseTransactionItem
Person
Documentation Norce Commerce Connect Order Service (4.0)
Download OpenAPI description
Languages
Servers
https://customer-slug.api-se.norce.tech/commerce/connect/4.0/
Payment
Represents successful payment reservation. Either PaymentCode or PaymentRef must be provided.
Payment method that should be sent in to the ERP, the code is configurable in Norce Commerce.
3rd party specific information abount payment (client and PSP decides what this can contain).
{ "PaymentCode": 0, "PaymentMethodCode": "string", "PaymentRef": "string", "AdditionalInfo": [ { … } ], "Amount": 0, "CurrencyCode": "string", "PaymentName": "string" }
Person
Represents information about person related to an order.
{ "Address": { "Box": "string", "CareOf": "string", "City": "string", "Country": "string", "Line1": "string", "Line2": "string", "Region": "string", "Type": "string", "ZipCode": "string" }, "CellPhone": "string", "CompanyCode": "string", "CustomerCode": "string", "Email": "string", "FirstName": "string", "IsActive": true, "JobTitle": "string", "LastName": "string", "PrivatePhone": "string", "SSN": "string", "WorkPhone": "string" }
PickupStore
Represents pickup store for an order
3rd party specific information on pickup point (client and transporter decides what this can contain).
{ "AdditionalInfo": [ { … } ], "Address": { "Box": "string", "CareOf": "string", "City": "string", "Country": "string", "Line1": "string", "Line2": "string", "Region": "string", "Type": "string", "ZipCode": "string" }, "Code": "string", "IsDropPoint": true, "Name": "string" }