GraphQL API
Organization API
Organization / Types/ object

ProductWarehouseConnection

A paginated list of ProductWarehouse edges.

Fields

2 fields
hasNextPageBoolean!

When paginating forwards, are there more items?

hasPreviousPageBoolean!

When paginating backwards, are there more items?

startCursorString

The cursor to continue paginating backwards.

endCursorString

The cursor to continue paginating forwards.

needsExpiryDateBoolean!

Whether this product warehouse requires expiry date.

needsLotNumberBoolean!

Whether this product warehouse requires lot number.

needsSerialNumberBoolean!

Track serial numbers throughout the process

needsSerialNumberWhilePackingBoolean!

Track serial numbers when packing only

quantityAllocatedInt!

Quantity allocated to fulfillments

quantityAvailableInt!

Quantity available

quantityOnHandInt!

Quantity currently on hand

abcClassificationString

ABC classification (A: Fast, B: Average, C: Slowmover)

warehouseWarehouse!

Warehouse of the product warehouse.

cursorString!

A unique cursor that can be used for pagination.