Skip to main content

CostPriceSearchInput

Search criteria for filtering and retrieving cost price records.

Provides comprehensive filtering options including pagination, date ranges, price associations, quantity thresholds, cost values, and sorting. Used for cost price management and margin analysis operations.

input CostPriceSearchInput {
page: Int
offset: Int
createdAt: DateSearchInput
lastModifiedAt: DateSearchInput
ids: [String!]
priceIds: [String!]
quantityFrom: NumberSearchInput
value: DecimalSearchInput
validFrom: DateSearchInput
validTo: DateSearchInput
sortInputs: [CostPriceSortInput!]
}

Fields

CostPriceSearchInput.page ● Int scalar

Page number for result pagination.

Specifies which page of results to retrieve. Used with offset to control result set size and navigation through large datasets.

CostPriceSearchInput.offset ● Int scalar

Number of records per page for pagination.

Controls how many cost price records are returned in each page. Used for managing result set size and performance optimization.

CostPriceSearchInput.createdAt ● DateSearchInput input

Filter cost prices by creation date range.

Allows filtering based on when cost price records were initially created in the system. Useful for audit trails and historical cost analysis.

CostPriceSearchInput.lastModifiedAt ● DateSearchInput input

Filter cost prices by last modification date range.

Allows filtering based on when cost price records were last updated. Essential for tracking recent cost changes and synchronization operations.

CostPriceSearchInput.ids ● [String!] list scalar

Search by bulk price ids

CostPriceSearchInput.priceIds ● [String!] list scalar

Search by price ids

CostPriceSearchInput.quantityFrom ● NumberSearchInput input

Search by quantity from

CostPriceSearchInput.value ● DecimalSearchInput input

Search by values

CostPriceSearchInput.validFrom ● DateSearchInput input

Search by valid from

CostPriceSearchInput.validTo ● DateSearchInput input

Search by valid to

CostPriceSearchInput.sortInputs ● [CostPriceSortInput!] list input

The sorting criteria for the result set.

Member Of

costPrices query