应用简介
基于云的库存和订单管理系统,支持多渠道交易和自定义报告 # 库存管理 # 订单管理 * 采购订单 * 履行 * 销售订单 * 发货 * 退货订单 * 转移订单 # 多渠道交易 * QuickBooks Desktop * QuickBooks Online # POS # 申请 # 结账 # 商店管理 # 价格和折扣控制 # 自定义报告 # 用户层次 # 权限管理
核心功能
- 物品和库存管理,库存短缺,过剩库存
- 订单管理,订单收据,付款收据,自定义格式的发票
- 物品和库存跟踪,库存生命周期,交易报告
适合商家
- 独立站商家
- 传统零售电商
- 快消品电商
- 跨境电商卖家
基本信息
- 开发者:MetaOption LLC
- 地址:574 Newark Avenue, Suite 210, Jersey City, NJ, 07306, US
- 价格: 免费 / 付费计划
- 评分:0 / 5
- 评论数:
- 上架日期:2020年11月20日
- 支持语言:英语
- 适配产品:Shopify
应用截图
价格计划
基础计划
$29
用户地域与评论趋势分析
客户地域分布
评论时间分布
Shopify 接口映射
- GET /admin/api/inventory_levels.json?inventory_quantity=0
- PUT /admin/api/inventory_levels/{inventory_level_id}.json
- GET /admin/api/products.json?inventory_quantity=0
权限:read_inventory,write_inventory,manage_products
- GET /admin/api/inventory_levels.json?inventory_quantity>100
- PUT /admin/api/products/{product_id}.json
- GET /admin/api/inventory_adjustments.json
权限:read_inventory,write_inventory,manage_products
- GET /admin/api/orders/{order_id}.json
- PUT /admin/api/orders/{order_id}.json
- GET /admin/api/orders.json?status=any
权限:read_orders,write_orders,manage_orders
- POST /admin/api/orders/{order_id}/custom_invoice.json
- PUT /admin/api/orders/{order_id}/custom_invoice.json
- GET /admin/api/orders/{order_id}/custom_invoice.json
权限:read_orders,write_orders,manage_invoices
- GET /admin/api/inventory_levels.json?updated_at_min=2023-01-01
- GET /admin/api/inventory_adjustments.json
- GET /admin/api/products.json?inventory_updated_at_min=2023-01-01
权限:read_inventory,read_products,manage_inventory
- GET /admin/api/reports/inventory_transactions.json
- GET /admin/api/inventory_adjustments.json?limit=250
- GET /admin/api/orders.json?financial_status=paid&limit=250
权限:read_reports,read_inventory,read_orders