Skip to content

Documentation Norce Commerce Connect Order Service (4.0)

The Order Service has Entities and Operations concerned with orders created in Norce Commerce.

Download OpenAPI description
Languages
Servers
https://customer-slug.api-se.norce.tech/commerce/connect/4.0/

Schemas

Schemas

ShipmentItem

Items in a POS shipment

LineNointeger(int32)required

Line number

PartNostringrequired

The item's part number

Quantityinteger(int32)required

Quantity of the item

Namestring

Name of the item.

PackageNostring

External reference to which shipment package that includes this item.

Pricenumber

Deprecated. Use PurchaseCost.

PurchaseCostnumber

Purchase cost of the item.

UnitCostnumber

Unit cost of the item.

{ "LineNo": 0, "PartNo": "string", "Quantity": 0, "Name": "string", "PackageNo": "string", "Price": 0, "PurchaseCost": 0, "UnitCost": 0 }

ShipmentPackage

Package in a POS shipment.

PackageNostringrequired

External identifier for the package. May be referenced on a shipment item.

Barcodestring

Barcode for the shipment package. Not necessarily the same a s the shipment barcode.

Commentstring

General comment for shipment package.

{ "PackageNo": "string", "Barcode": "string", "Comment": "string" }

ShippingAdvice

Represents order shipping information

DeliveryMethodCodestring

Delivery method sent to ERP, configurable in Norce Commerce

DoSMSNotifyboolean

True if buyer expects SMS notifications when delivery is ready.

IsCompleteboolean

True if it is expected that the order is shipped only once, no partial deliveries.

IsFeeChargedOnceboolean

True if it is expected that the freight fee should be charged one time even if order is delivered in several dispatches.

PickupStoreobject(PickupStore)(PickupStore)

Represents pickup store for an order

ShipAdvisorOrderCodestring

Code of the order from the shipping advisor (if Norce Commerce has integration to it).

TmsReferencestring

Shipping reference from PSP or other TMS if available.

{ "DeliveryMethodCode": "string", "DoSMSNotify": true, "IsComplete": true, "IsFeeChargedOnce": true, "PickupStore": { "AdditionalInfo": [], "Address": {}, "Code": "string", "IsDropPoint": true, "Name": "string" }, "ShipAdvisorOrderCode": "string", "TmsReference": "string" }

Order Notification

Operations

Order

Operations

Invoice

Operations

POS Shipment

Operations