SalesChannelWarehouseConfigInput
Configuration for a warehouse in a sales channel. Defines priority and exclusion status.
input SalesChannelWarehouseConfigInput {
excluded: Boolean!
priority: Int!
warehouseId: ID!
}
Fields
SalesChannelWarehouseConfigInput.excluded ● Boolean! non-null scalar
Whether this warehouse is excluded from fulfillment for this sales channel.
SalesChannelWarehouseConfigInput.priority ● Int! non-null scalar
Priority of this warehouse for fulfillment. Lower numbers have higher priority.
SalesChannelWarehouseConfigInput.warehouseId ● ID! non-null scalar
The unique identifier of the warehouse to configure.
Member Of
UpdateSalesChannelInput input