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

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" }

WarehouseTransaction

Record of transaction of items. No actions are taken in Norce Commerce from this document. Information only.

ItemsArray of objects(WarehouseTransactionItem)(WarehouseTransactionItem)required

List of items for the warehouse transaction.

Items[].​PartNostringrequired

Item part number.

Items[].​Qtynumberrequired

Quantity of item in transaction.

Items[].​Amountnumber

Value of item in transaction.

Items[].​LineNumbernumber

Item line number.

Items[].​RemainingAmountnumber

Remaining amount of the item.

Items[].​RemainingQtynumber

Remaining quantity of the item.

TransactionNostringrequired

External identifier for the warehouse transaction.

WarehouseCodestringrequired

External identifier of the affected warehouse.

Commentstring

General comment.

DeliveryNoteNostring

Optional delivery note number if transaction has delivery note connection.

ExternalReferencestring

Optional external reference.

LocationCodestring

External identifier of the affected location.

OrderNostring

Optional order reference if transaction has order connection.

PurchaseOrderNostring

Optional purchase order reference if transaction has purchase order connection.

ReasonCodestring

Reason for transaction (user defined).

TransactionDatestring(DateTime)

Date of the transaction.

Typestring

Type of warehouse transaction.

{ "Items": [ {} ], "TransactionNo": "string", "WarehouseCode": "string", "Comment": "string", "DeliveryNoteNo": "string", "ExternalReference": "string", "LocationCode": "string", "OrderNo": "string", "PurchaseOrderNo": "string", "ReasonCode": "string", "TransactionDate": "string", "Type": "string" }

WarehouseTransactionItem

Items in a warehouse transaction.

PartNostringrequired

Item part number.

Qtynumberrequired

Quantity of item in transaction.

Amountnumber

Value of item in transaction.

LineNumbernumber

Item line number.

RemainingAmountnumber

Remaining amount of the item.

RemainingQtynumber

Remaining quantity of the item.

{ "PartNo": "string", "Qty": 0, "Amount": 0, "LineNumber": 0, "RemainingAmount": 0, "RemainingQty": 0 }

Order Notification

Operations

Order

Operations

Invoice

Operations

POS Shipment

Operations