Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PUT \ --url https://api.launchmystore.io/api/v1/shipping-zones/{zone_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "countries": [ {} ], "rates": [ {} ] } '
{ "success": true, "data": { "id": "zone_domestic", "name": "United States", "countries": ["US"], "rates": [ { "id": "rate_001", "name": "Ground Shipping", "price": 499, "estimated_days_min": 5, "estimated_days_max": 7 } ], "updated_at": "2024-01-25T10:00:00Z" } }
Update a shipping zone