InventoryLocations Object
Description
Paginated list of inventory location names with pagination information.
Declaration
type InventoryLocations {
entries: [String!]!
pagination: Pagination!
}
Fields
| Name | Type | Description |
|---|---|---|
entries | [String!]! | List of location names in the current page. |
pagination | Pagination! | Pagination information including page number, total count, and limit. |