Skip to main content
Version: 3.x

unassignWarehouseShippingZone

Remove shipping zone from given warehouse.

Requires MANAGE_PRODUCTSpermission.
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.

Requires MANAGE_PRODUCTSpermission.

Was this page helpful?