Use this endpoint to insert orders into a Sendcloud API integration.
order_id and integration.id combination already exists, it will be updatedid field to explicitly update a specific order
id is an integer, but when sending it in requests, it must be a string"id": 669, but request must send "id": "669"order_id + integration.idorder_id cannot be changedorder_id is being processed by another request, you’ll receive a conflict error. Wait a moment and retryBasic Authentication using API key and secrets is currently the main authentication mechanism.
If you are an official Sendcloud Tech Partner, send your unique Sendcloud Partner UUID as a request header for the system to recognize you.
The header is not required but if it is set, the system will check it. An unknown or invalid UUID will cause a 400 error.
External order ID assigned by shop system
1"7bdd5bfd-76bc-4654-9d40-5d5d49f1cd6c"
Unique order number generated manually or by shop system
1"101170081"
Node for general order information
Node for everything about payments and money
Customs information required for international shipments.
Node for an information about customer
Sendcloud Billing Address object
Sendcloud Shipping Address object
Shipping information
Node for service point information. The service point information can be retrieved from the Service points API
Sendcloud's internal ID for the order.
669)"669")order_id + integration.id to match existing orders"669"
OK.