Create Orders

Create an order object to add your items to

📘

Order Object References

Click on "Add Object" below to view the reference documentation for creating an order.

Order delivery

You can specify the start and end date of order delivery window using the following 2 parameters: "delivery_window_start" and "delivery_window_end". Requirements:

  • "delivery_window_start" and "delivery_window_end" have to be in the following format: "YYYY-MM-DD"
  • "delivery_window_start" and "delivery_window_end" are optional.
  • If "delivery_window_start" is specified but "delivery_window_end" is not, or if "delivery_window_end" is specified but "delivery_window_start" is not, the request will be rejected with the following error: "Invalid delivery window. You must provide both the start and end date".
  • "delivery_window_start" has to be greater than or equal to "delivery_window_end". If that condition is not satisfied, the request will be rejected with the following error: "Delivery window start: YYYY-MM-DD is later than end: YYYY-MM-DD"
Language
Click Try It! to start a request and see the response here!