shippingPriceUpdate Mutation
Updates a new shipping price.
shippingPriceUpdate(
id: ID!
input: ShippingPriceInput!
): ShippingPriceUpdate
Show return type
Arguments
id ● ID!
ID of a shipping price to update.
input ● ShippingPriceInput!
Fields required to update a shipping price.
Type
ShippingPriceUpdate
Updates a new shipping price.