Skip to main content
Version: 3.x

shippingPriceUpdate

Updates a new shipping price.

Requires MANAGE_SHIPPINGpermission.
shippingPriceUpdate(
id: ID!
input: ShippingPriceInput!
): ShippingPriceUpdate

Arguments

shippingPriceUpdate.id ● ID! non-null scalar

ID of a shipping price to update.

shippingPriceUpdate.input ● ShippingPriceInput! non-null input

Fields required to update a shipping price.

Type

ShippingPriceUpdate object

Updates a new shipping price.

Requires MANAGE_SHIPPINGpermission.

Was this page helpful?