shippingPriceRemoveProductFromExclude Mutation
Remove product from excluded list for shipping price.
shippingPriceRemoveProductFromExclude(
id: ID!
products: [ID!]!
): ShippingPriceRemoveProductFromExclude
Details
type ShippingPriceRemoveProductFromExclude {
shippingMethod: ShippingMethodType
shippingErrors: [ShippingError!]! @deprecated
errors: [ShippingError!]!
}
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.