# Documentation Norce Commerce Connect Order Service The Order Service has Entities and Operations concerned with orders created in Norce Commerce. Version: 4.0 ## Servers ``` https://customer-slug.api-se.norce.tech/commerce/connect/4.0 ``` ## Download OpenAPI description [Documentation Norce Commerce Connect Order Service](https://docs.norce.io/_spec/api-reference/connect/orderservice/openapi.yaml) ## Order Notification ### Create Order - [POST /webhooks](https://docs.norce.io/api-reference/connect/orderservice/openapi/order-notification/paths/~1webhooks/post.md): A post of the Order Request for the ERP or OMS,Read more about the how to implement a receiver here ## Order ### Cancel an order - [POST /Order/CancelOrder](https://docs.norce.io/api-reference/connect/orderservice/openapi/order/cancelorder.md): Cancel an order, and, if applicable, payment. Changes the order status to cancelled. ### Import a delivery note. - [POST /Order/CreateDeliveryNote](https://docs.norce.io/api-reference/connect/orderservice/openapi/order/createdeliverynote.md): Created a delivery note from another system in Norce.Read more about the method here. ### Update the status on an order. - [POST /Order/SendOrderStatus](https://docs.norce.io/api-reference/connect/orderservice/openapi/order/sendorderstatus.md): Updates the status on an order.Read more about the method here. ## Invoice ### Import an invoice. - [POST /Order/CreateInvoice](https://docs.norce.io/api-reference/connect/orderservice/openapi/invoice/createinvoice.md): Creates an invoice from another system. Will capture/activate payment if applicable.Read more about the method here. ### Credit an Order - [POST /Order/CreditPayment](https://docs.norce.io/api-reference/connect/orderservice/openapi/invoice/creditpayment.md): Create a credit request that is sent to a payment service, if applicable. Must be related to an order, but can be a partly credit.Read more about the method here. ## POS Shipment ### Create a shipment request - [POST /Order/SendPosShipment](https://docs.norce.io/api-reference/connect/orderservice/openapi/pos-shipment/sendposshipment.md): Sends shipment request to POS adapter. Must have a POS integration through Norce.