Attributes
To ensure your pickup, delivery and shipping orders are processed correctly (tagged, notifications sent, appear in our dashboard) they must contain the correct attributes attached. Below we have documented the required attributes for each checkout method.
Adding attributes
The best way of adding these attributes to an order is by using Shopify's Cart API https://shopify.dev/docs/themes/ajax-api/reference/cart#post-cart-update-js.
If you are building a mobile app or using a headless commerce solution then you may prefer the Draft Orders API https://shopify.dev/docs/admin-api/rest/reference/orders/draftorder.
Pickup orders
Date and times must be provided in the format(s) listed shown below
Delivery orders
Date and times must be provided in the format(s) shown below
Shipping orders
Date must be provided in the format shown below
Last updated