The Order Service has Entities and Operations concerned with orders created in Norce [Storm].
The Order Service has Entities and Operations concerned with orders created in Norce [Storm].
curl -i -X POST \ https://connect.lab.storm.io/4.0/api/Order/CancelOrder \ -H 'Content-Type: application/json' \ -d '{ "ClientOrderRef": 0, "ErpOrderNo": "string", "Payments": [ { "PaymentCode": 0, "PaymentMethodCode": "string", "PaymentRef": "string", "AdditionalInfo": [ { "Code": "string", "Code2": "string", "Id": 0, "Value": "string" } ], "Amount": 0, "CurrencyCode": "string" } ] }'
Created a delivery note from another system in Norce.
Read more about the method here.
Delivery note to import.
List of packages for delivery tracking.
curl -i -X POST \ https://connect.lab.storm.io/4.0/api/Order/CreateDeliveryNote \ -H 'Content-Type: application/json' \ -d '{ "DeliveryDate": "string", "NoteNo": "string", "OrderNo": "string", "BuyerCompanyCode": "string", "BuyerCustomerCode": "string", "DeliveryAddress": { "Box": "string", "CareOf": "string", "City": "string", "Country": "string", "Line1": "string", "Line2": "string", "Region": "string", "Type": "string", "ZipCode": "string" }, "DeliveryAttention": "string", "DeliveryMode": "string", "DeliveryName": "string", "DeliverynoteItems": [ { "ItemNo": "string", "Qty": 0, "RowNumber": 0, "Comment": "string", "Description": "string", "Id": 0 } ], "DeliveryNotePackage": [ { "Id": 0, "ParcelNumber": "string", "StatusId": 0 } ], "DivisionCode": "string", "IsPrinted": true, "NoteText": "string", "StatusId": 0 }'
Updates the status on an order.
Read more about the method here.
Order status request.
Order status.
curl -i -X POST \ https://connect.lab.storm.io/4.0/api/Order/SendOrderStatus \ -H 'Content-Type: application/json' \ -d '{ "ClientOrderRef": 0, "ErpOrderNo": "string", "OrderStatus": "Allocation", "AccountId": 0, "Infos": [ { "Code": "string", "Value": "string" } ] }'