Skip to main content

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

NameTypeDescription
orders[Order!]!List of orders that include this item in the current page.
paginationPagination!Pagination information including page number, total count, and limit.