unassignWarehouseShippingZone
Remove shipping zone from given warehouse.
unassignWarehouseShippingZone(
id: ID!
shippingZoneIds: [ID!]!
): WarehouseShippingZoneUnassign
Arguments
unassignWarehouseShippingZone.id ● ID! non-null scalar
ID of a warehouse to update.
unassignWarehouseShippingZone.shippingZoneIds ● [ID!]! non-null scalar
List of shipping zone IDs.
Type
WarehouseShippingZoneUnassign object
Remove shipping zone from given warehouse.
Was this page helpful?