App Introduction
Allow shoppers to reserve products and orders from your website for in-store pickup. In-store Reserver enables you to easily let customers reserve products on your website for in-store pickup. Customers need to select their preferred store location for pickup, provide their contact information, and choose a pickup date/time. The app then notifies the staff at the store location where the products are reserved. Once the customer picks up the order, the store manager can log in to the app to mark the reservation as completed.
Core Functionality
- Allow customers to book products from your store to a physical location
- Enable store managers to respond to bookings and mark them as completed
- Customize the interface, behaviors, and templates, or extend functionality via API
- Let customers select their preferred in-store location or auto-detect it via IP
- Optionally create an order at booking to collect payment in advance
Merchant-Friendly
- Offline Physical Store Merchants
- Omnichannel Merchants
- Local Service Merchants
- Experiential Retail Merchants
Basic Information
- Developer:Agora Apps
- Address:22 Martino, Mission Viejo, CA, 92694, US
- Price: Free / Free plan
- Rating:5 / 5
- Comment Count:4 comment
- Release Date:2019-4-9
- Supported languages:English
- Compatible products:Shopify
Application Screenshot
Price Plan
Startup
- Up to 1 location
- Up to 10 bookings per month.
Small
- Up to 3 locations
- Up to 100 bookings per month.
Medium
- Up to 10 locations
- Unlimited bookings per month.
User Location & Comments
User Location
Comments
Shopify API Used
- POST /admin/api/bookings.json
- GET /admin/api/bookings.json
- GET /admin/api/bookings/{id}.json
Permission:write_bookings,read_bookings,manage_products
- PUT /admin/api/bookings/{id}.json
- POST /admin/api/bookings/{id}/actions/complete.json
- GET /admin/api/bookings.json?status=needs_response
Permission:write_bookings,read_bookings,manage_orders
- POST /admin/api/booking_templates.json
- PUT /admin/api/booking_templates/{id}.json
- GET /admin/api/booking_templates.json
Permission:write_themes,read_themes,manage_apps
- POST /admin/api/booking_locations.json
- GET /admin/api/booking_locations.json
- PUT /admin/api/bookings/{id}/location.json
Permission:write_bookings,read_bookings,manage_locations
- POST /admin/api/orders.json?booking=true
- GET /admin/api/orders.json?booking=true
- PUT /admin/api/orders/{id}/fulfillment.json
Permission:write_orders,read_orders,manage_payments