shippingPriceRemoveProductFromExclude Mutation
Remove product from excluded list for shipping price.
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.