What problem does it solve?
Centralizes the creation, update and removal of shipping methods and ZIP-code based pricing tables for Tray e-commerce stores, removing manual errors and ensuring consistent regional shipping rules and delivery estimates.
Core Features & Use Cases
- Shipping method lifecycle: Create, update and delete shipping methods (gateway/custom) including activation, delivery time and free_shipping_value.
- ZIP-range and weight-based pricing: Manage zipcode tables and weight ranges (ZipRange) with per-range price, delivery_time, and additional_price_per_kg.
- Operational guidance and best practices: Avoid overlapping ZIP or weight ranges, test calculations with GET /shipping, and use access_token authentication for all calls.
- Use case: Configure a regional carrier for São Paulo with multiple ZIP ranges and weight brackets to apply different prices and delivery times per region.
Quick Start
Create a shipping method named "Transportadora SP Interior" and add zipcode tables with weight ranges using the ShippingMethod and ZipRange JSON structures while including your access_token in each API request.