Skip to main content

InventoryLocations Object

Description

Paginated list of inventory location names with pagination information.

Declaration

type InventoryLocations {
entries: [String!]!
pagination: Pagination!
}

Fields

NameTypeDescription
entries[String!]!List of location names in the current page.
paginationPagination!Pagination information including page number, total count, and limit.