App Introduction
Enter custom cart, product, or post-purchase information during POS checkout, and save it with the order. Input custom data and save it alongside orders. Add fields directly to products or collect data post-purchase. Mandatory values and reminders for product fields are supported. Employees can gather this information during POS checkout. Entered values will appear on invoices. Use this data to extend order operations in the admin, or integrate with ERP and CRM systems. Data is saved as line item properties and/or additional cart details.
Core Functionality
- Customize fields to collect values in POS cart, checkout, and post-purchase
- Post-purchase fields to collect customer data after checkout
- POS staff can select from predefined and required values to save with orders
- Each POS location can have separate custom fields to meet store needs
- Save entered values to Shopify orders
Merchant-Friendly
- Offline Retail Merchants
- Multi-channel E-commerce
- Physical Store Merchants
- Comprehensive Retailers
Basic Information
- Developer:Sunrise Integration
- Address:21 Miller Alley, Pasadena, CA, 91105, US
- Price: Free / Free plan
- Rating:5 / 5
- Comment Count:1 comment
- Release Date:2024-8-15
- Supported languages:English
- Compatible products:Shopify
Application Screenshot
Price Plan
Single Store
$10
- Suitable for a single POS retail location
- Supports 35 custom fields
Multiple Store
$29
- Up to 10 POS retail locations
- 500 location fields
Unlimited Stores
$49
- Unlimited Locations and Unlimited Products
User Location & Comments
User Location
Comments
Shopify API Used
- POST /admin/api/pos/custom_fields.json
- PUT /admin/api/pos/custom_fields/{id}.json
- GET /admin/api/pos/custom_fields.json
Permission:write_pos,read_pos,manage_orders
- POST /admin/api/post_purchase/custom_fields.json
- PUT /admin/api/post_purchase/custom_fields/{id}.json
- GET /admin/api/post_purchase/custom_fields.json
Permission:write_post_purchase,read_post_purchase,manage_orders
- POST /admin/api/pos/locations/{location_id}/custom_fields.json
- PUT /admin/api/pos/locations/{location_id}/custom_fields/{id}.json
- GET /admin/api/pos/locations/{location_id}/custom_fields.json
Permission:write_pos,read_pos,manage_locations
- POST /admin/api/orders/{order_id}/custom_fields.json
- PUT /admin/api/orders/{order_id}/custom_fields/{id}.json
- GET /admin/api/orders/{order_id}/custom_fields.json
Permission:write_orders,read_orders,manage_orders