Skip to main content

shippingPriceRemoveProductFromExclude Mutation

Remove product from excluded list for shipping price.

Requires the MANAGE_SHIPPINGpermission.
shippingPriceRemoveProductFromExclude(
id: ID!
products: [ID!]!
): ShippingPriceRemoveProductFromExclude
Show return type

Arguments

id ● ID!

ID of a shipping price.

products ● [ID!]!

List of products which will be removed from excluded list.

Type

ShippingPriceRemoveProductFromExclude

Remove product from excluded list for shipping price.

Requires the MANAGE_SHIPPINGpermission.