Skip to main content
Version: 3.x

shippingPriceRemoveProductFromExclude

Remove product from excluded list for shipping price.

Requires MANAGE_SHIPPINGpermission.
shippingPriceRemoveProductFromExclude(
id: ID!
products: [ID!]!
): ShippingPriceRemoveProductFromExclude

Arguments

shippingPriceRemoveProductFromExclude.id ● ID! non-null scalar

ID of a shipping price.

shippingPriceRemoveProductFromExclude.products ● [ID!]! non-null scalar

List of products which will be removed from excluded list.

Type

ShippingPriceRemoveProductFromExclude object

Remove product from excluded list for shipping price.

Requires MANAGE_SHIPPINGpermission.

Was this page helpful?