ItemSalesStatistics Object
Description
Sales statistics for a specific item, showing all orders that include this item with pagination information.
Declaration
type ItemSalesStatistics {
orders: [Order!]!
pagination: Pagination!
}
Fields
| Name | Type | Description |
|---|---|---|
orders | [Order!]! | List of orders that include this item in the current page. |
pagination | Pagination! | Pagination information including page number, total count, and limit. |