Update Shop
Shop
Update Shop
Update shop settings
PUT
Update Shop
Documentation Index
Fetch the complete documentation index at: https://docs.launchmystore.io/llms.txt
Use this file to discover all available pages before exploring further.
Update Shop
Updates the shop’s settings. Only provided fields will be updated.Request
Body Parameters
All parameters are optional. Only provided fields will be updated.Shop name
Shop contact email
Shop phone number
Shop address
Primary currency code (e.g., “USD”, “EUR”, “GBP”)
Money format string. Use
{{amount}} as placeholder.Money format with currency. Use
{{amount}} as placeholder.IANA timezone identifier (e.g., “America/New_York”)
Weight unit:
kg, g, lb, ozEnable/disable storefront password protection
Storefront password (only when password_enabled is true)
Whether prices include tax
Whether shipping is taxable
Array of currency codes to enable for multi-currency
Response
Whether the request succeeded
The updated shop object
Example Response
Notes
- Changing
currencydoes not convert existing prices - update products separately domaincannot be changed via API - use the dashboard to manage domains- Plan changes must be done through the billing dashboard
Error Codes
| Code | Description |
|---|---|
UNAUTHORIZED | Invalid or missing access token |
FORBIDDEN | App doesn’t have write_shop scope |
VALIDATION_ERROR | Invalid request body (see error details) |