Skip to main content

SalesChannelWarehouse

Represents a warehouse configuration for a sales channel. Defines priority and exclusion status for warehouse fulfillment.

type SalesChannelWarehouse {
createdAt: ISO8601DateTime!
excluded: Boolean!
id: ID!
priority: Int!
updatedAt: ISO8601DateTime!
warehouse: Warehouse!
}

Fields

SalesChannelWarehouse.createdAt ● ISO8601DateTime! non-null scalar

When the warehouse configuration was created.

SalesChannelWarehouse.excluded ● Boolean! non-null scalar

Whether this warehouse is excluded from fulfillment for this sales channel.

SalesChannelWarehouse.id ● ID! non-null scalar

Unique identifier for the sales channel warehouse configuration.

SalesChannelWarehouse.priority ● Int! non-null scalar

Priority of this warehouse for fulfillment. Lower numbers have higher priority.

SalesChannelWarehouse.updatedAt ● ISO8601DateTime! non-null scalar

When the warehouse configuration was last updated.

SalesChannelWarehouse.warehouse ● Warehouse! non-null object

The warehouse associated with this sales channel.

Member Of

SalesChannel object