Skip to main content

ProductItemStatus

The status of an individual product item in the inventory

enum ProductItemStatus {
IN_STORAGE
RESERVED
IN_FULFILLMENT
SHIPPED
DELIVERED
RETURNED
LOST
}

Values

ProductItemStatus.IN_STORAGE

The item is in storage, not yet sold or reserved

ProductItemStatus.RESERVED

The item has been reserved for a customer but not yet sold

ProductItemStatus.IN_FULFILLMENT

The item is in the process of being fulfilled (packed, shipped)

ProductItemStatus.SHIPPED

The item has been shipped to the customer

ProductItemStatus.DELIVERED

The item has been delivered to the customer

ProductItemStatus.RETURNED

The item has been returned by the customer

ProductItemStatus.LOST

The item has been lost (e.g., during shipping or in the warehouse)

Member Of

ProductItem object ● ProductItemFilter input ● ProductItemOfProductVariantFilter input ● UpdateProductItemInput input