App Introduction
Spice Order Delivery Date allows customers to select their order's delivery date on the cart page. This order delivery date picker is perfect for stores that want to let customers schedule their order delivery dates. Since customers can choose their own delivery dates, it will help you plan your deliveries accordingly. Simply add a snippet to the cart page, and the app will start working. When placing an order, customers will be presented with a date picker. The selected delivery date will be captured and displayed in the app's order list.
Core Functionality
- Allow customers to select a delivery date when placing an order
- In the backend, you can quickly filter orders by delivery date
- Configure the calendar to exclude delivery on holidays and weekends
- Include delivery time and cutoff time
Merchant-Friendly
- Independent Station Merchants
- Local Retail Merchants
- Fresh Food E-commerce Merchants
- Custom Product Merchants
Basic Information
- Developer:Spice Gems
- Address:6-A, Industrial Estate, NRC, Kota, RJ, 324007, IN
- Price: Free / Free plan
- Rating:4.2 / 5
- Comment Count:6 comment
- Release Date:2018-9-26
- Supported languages:English
- Compatible products:Shopify
Application Screenshot
Price Plan
标准计划
User Location & Comments
User Location
Comments
Shopify API Used
- POST /admin/api/orders/{order_id}/delivery.json
- GET /admin/api/orders/{order_id}/delivery.json
- PUT /admin/api/orders/{order_id}/delivery.json
Permission:write_orders,read_orders,manage_shipping
- GET /admin/api/orders.json?delivery_date={date}
- GET /admin/api/orders.json?delivery_date_min={min}&delivery_date_max={max}
- GET /admin/api/orders/count.json?delivery_date={date}
Permission:read_orders,view_analytics,manage_shipping
- POST /admin/api/delivery_settings/exclusions.json
- PUT /admin/api/delivery_settings/exclusions/{id}.json
- GET /admin/api/delivery_settings/exclusions.json
Permission:write_shipping,read_shipping,manage_settings
- POST /admin/api/delivery_settings/time.json
- PUT /admin/api/delivery_settings/time/{id}.json
- GET /admin/api/delivery_settings/time.json
Permission:write_shipping,read_shipping,manage_settings