-
Notifications
You must be signed in to change notification settings - Fork 0
Create /order endpoints #14
Copy link
Copy link
Open
Description
- Get /order (Pagination)
- Get /order/:uuid
- POST /order
"channel": "Channel ID",
"warehouseUuid": "warehouse uuid (Support split orders later on?)",
"orderNumber?": "Optional",
"companyUuid": "Company ID",
"companyName": "",
"firstName": "First name",
"lastName": "Last name",
"email": "",
"phone": "",
"mobile": "",
"addressLines": [
],
"town",
"city",
"region",
"country",
"zipCode",
"deliveryService": "Service ID",
"items": [
{
"SKU": "SKU89",
}
],
"generalNotes": "",
"pickingNotes": "",
"packingNotes": "",
"deliveryNotes": "",
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels