Update a shipping option
Update a shipping option. Requires the WRITE_SHIPPING scope.
WRITE_SHIPPING scope.Authorizations
Installed-app access token (prefix app_), issued by the OAuth install flow. The store is bound to the token server-side — never send a shop id.
Path Parameters
ObjectId of the shipping option.
Body
Display name of the shipping option.
Description shown to shoppers.
One of auto or manual.
Flat shipping price (minimum 0).
How triggers combine: all or any.
Courier codes to restrict the option to.
Eligibility rules (same shape as on create).
Whether the option is active.
Pickup address string.
Pickup coordinates { lat, lng }.
Response
Update a shipping option.
Standard Salesive response envelope. The operation-specific payload is carried in data.

