Skip to main content

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 miscellaneous

ID of a shipping price.

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

List of products which will be removed from excluded list.

Type

ShippingPriceRemoveProductFromExclude object shipping

Remove product from excluded list for shipping price.

Requires MANAGE_SHIPPINGpermission.