assignWarehouseShippingZone Mutation
Add shipping zone to given warehouse.
assignWarehouseShippingZone(
id: ID!
shippingZoneIds: [ID!]!
): WarehouseShippingZoneAssign
Show return type
Arguments
id ● ID!
ID of a warehouse to update.
shippingZoneIds ● [ID!]!
List of shipping zone IDs.
Type
WarehouseShippingZoneAssign
Add shipping zone to given warehouse.