The Order Service has Entities and Operations concerned with orders created in Norce Commerce.
COMMERCE CONNECT
/Order Service
/- InvoiceItem
Address
CancelOrderRequest
ClientCustomer
CodeValue
Company
DeliveryNote
DeliveryNoteItem
DeliveryNotePackage
Discount
Fee
Header
Invoice
OrderInfo
OrderItem
OrderRequest
OrderResponse
Payment
Person
PickupStore
PriceListItem
Promotion
SendOrderStatusRequest
Shipment
ShipmentItem
ShipmentPackage
ShippingAdvice
WarehouseTransaction
WarehouseTransactionItem
InvoiceItem
Documentation Norce Commerce Connect Order Service (4.0)
Download OpenAPI description
Languages
Servers
https://customer-slug.api-se.norce.tech/commerce/connect/4.0/
Invoice
Invoice information. Either InvoiceNo or ClientOrderRef must be provided.
Determines if all invoices already received in case of partial payments. Null is considered as true.
List of invoiced order items. Mandatory for PSP capture.
Represents successful payment reservation. Either PaymentCode or PaymentRef must be provided.
Set to true to suppress a PSP call for this invoice. Invoice will be stored as information only.
{ "ClientOrderRef": 0, "CurrencyCode": "string", "ErpOrderNo": "string", "InvoiceDate": "string", "InvoiceNo": "string", "AddressLine1": "string", "AddressLine2": "string", "ApplicationKey": "string", "Attention": "string", "CareOf": "string", "City": "string", "Comment": "string", "Country": "string", "CountryCode": "string", "CreditedInvoiceNo": "string", "CultureCode": "string", "DeliveryDate": "string", "Gln": "string", "GroupCode": "string", "InvoiceDueDate": "string", "InvoiceRoundOff": 0, "IsLastInvoiceForOrder": true, "Items": [ { … } ], "Name": "string", "Payment": { "PaymentCode": 0, "PaymentMethodCode": "string", "PaymentRef": "string", "AdditionalInfo": [ … ], "Amount": 0, "CurrencyCode": "string", "PaymentName": "string" }, "PaymentMethodCode": "string", "PaymentMethodName": "string", "Region": "string", "SuppressPspCall": true, "TotalAmount": 0, "Vat": 0, "VatRoundOff": 0, "ZipCode": "string" }