delivery_tier when creating an order. Pricing is fixed and global — the same across every store, not something you configure per retailer.
delivery_tier is optional and defaults to standard if omitted.
The price you should show the customer at checkout is exactly the
delivery_fee on the order returned by the API (in cents) — it’s always
derived from delivery_tier server-side, so it will never drift from this
table.How tier affects dispatch
Drivers are matched to orders by capability, not just proximity:- A priority-capable driver can take
standardorpriorityorders. - A standard-only driver can only take
standardorders. - Scheduled orders can go to any available driver, regardless of tier — the lower urgency means tier matching doesn’t apply.