Set store shipping
ecommerce_setStoreShippingV1Set a flat-rate shipping price for a store, automatically creating the shipping zone if it does not exist. Specify the price in cents, using 0 for free shipping.
Instructions
Set the flat-rate shipping price for a store, creating the shipping zone if it does not exist yet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| price | Yes | Flat shipping rate in the smallest currency unit (e.g. cents). Use 0 for free shipping. | |
| store_id | Yes | The ID of the store to configure shipping for. |