Skip to main content

unassignWarehouseShippingZone Mutation

Remove shipping zone from given warehouse.

Requires the MANAGE_PRODUCTSpermission.
unassignWarehouseShippingZone(
id: ID!
shippingZoneIds: [ID!]!
): WarehouseShippingZoneUnassign
Show return type

Arguments

id ● ID!

ID of a warehouse to update.

shippingZoneIds ● [ID!]!

List of shipping zone IDs.

Type

WarehouseShippingZoneUnassign

Remove shipping zone from given warehouse.

Requires the MANAGE_PRODUCTSpermission.