POST /orgs/:orgId/shipping-quote on a headless storefront.
What you configure in Zippendo is which shipping rules become those options, how many pickup points to show, and (Shopify) whether the Zippendo Shipping carrier service is registered.
What the shopper sees
A matching shipping rule becomes a shipping method. The shopper’s destination country, cart weight, order value, and item count decide which rules appear and what they cost. Service-point rules expand into individual pickup locations. After checkout, the order syncs into Orders with that rule attached, so creating a shipment fills carrier, product, and sender from the rule.Prerequisites
Connect the store
Connect carriers
Add outbound shipping rules


Available integrations — Shopify, WooCommerce, and Custom channel


Shipping Rules power the methods shoppers see at checkout
Shopify: Zippendo Shipping
Shopify checkout uses carrier-calculated rates. Zippendo registers a carrier service named Zippendo Shipping. Shopify calls Zippendo when the shopper reaches shipping; Zippendo returns the selected rules (and pickup points) as rates.Install the store
From Available integrations, click Connect Shopify. The modal is Connect your Shopify store.

Connect your Shopify store — install from the Shopify App Store
Open the Zippendo listing in the Shopify App Store
Install the app on your store and approve the permissions
You are redirected back to Zippendo to choose organization, sender address and order import
Choose which rules appear
Open the Shopify store under Connected stores. Stay on Orders & checkout. Scroll to Checkout Shipping Rates.

Checkout Shipping Rates — tick the rules Shopify should offer
Service points per checkout
On the same card, Service Points per Checkout is Total number of pickup point locations to show at checkout. These are divided evenly among service point shipping rules. Allowed range is 1–20 (the docs org uses 6).

Service Points per Checkout and Shipping method mapping on the same tab
Register the carrier service
Open Connection & integration. Scroll to Carrier Service.

Check Carrier Service — register Zippendo Shipping with Shopify
Check Status
Register Carrier Service
Add Zippendo Shipping in Shopify Admin
Fallback: shipping method mapping
Shipping method mapping is for stores without Shopify Carrier-Calculated Shipping. Map the shipping method names from your manual Shopify rates to shipping rules so imported orders are ready to ship. Click Add mapping, enter the Shopify method name (for exampleGLS Home Delivery), pick a shipping rule, and choose how parcel shops are selected (Nearest automatically or Choose manually). If you already use Zippendo Shipping, you can leave mappings empty.
WooCommerce: plugin and checkout token
WooCommerce checkout is the Zippendo for WooCommerce plugin plus a Checkout token (zck_…) stored on the channel.


Connect WooCommerce Store — store URL and default sender, then approve on the store
wc-auth cannot be completed in this documentation environment, so the channel settings below are described from the product UI (the same labels you will see after a successful connect). Then open the WooCommerce channel and stay on Orders & checkout:
Download the plugin
Generate a checkout token
Paste the token into the plugin
POST /woocommerce/checkout/rates (and POST /woocommerce/checkout/service-points when the shopper changes postcode). Those routes authenticate with the checkout token, not your dashboard session.
Test connection on the WooCommerce channel Connection tab is different: it verifies the stored REST API keys can reach the store (order sync). It does not quote checkout rates. The plugin can ping GET /woocommerce/checkout/ping to confirm the token.
Custom and headless storefronts
A Custom channel imports orders (signed ingest or the API). It does not render a Zippendo checkout UI. To show live rates in your own checkout, callPOST /orgs/:orgId/shipping-quote with destination, items, and currency. Requirements and a sample body: Shipping quotes quickstart. You need an API token — Settings, team, and brands covers API Settings.
How to test rates
There is no in-app checkout preview. Test on the surface the shopper uses:After checkout
Confirm the order landed
Create the shipment
Print and track