priceSpecifications
Accepts optional sorting and pagination arguments and returns the response containing single page of price specifications, with additional technical information used for inter page navigation. NOTE: Max 9.999 results.
By default excludes DELETED Price Specifications. Might be changed if includeDeleted flag set to true.
If you query v1 model, businessUnitGroupIds filter parameter can be supplied. The filters businessUnitGroupId and businessUnitIds will be ignored if you query v1 model.
If you query v2 model, businessUnitGroupId and businessUnitIds filters can be supplied. The filter businessUnitGroupIds will be ignored if you query v2 model.
priceSpecifications(
searchTerm: String
first: Int
after: String
sort: SortingParamsInput
filter: FilteringParamsInput
): PriceSpecificationsConnection
Arguments
priceSpecifications.searchTerm
● String
scalar
The search term to look for. Refer to this documentation article for more information about search term capabilities.
priceSpecifications.first
● Int
scalar
The number of results to be returned. For next page of results, note the cursorID in the response and use that together with the 'after' input parameter.
priceSpecifications.after
● String
scalar
Page ID (Cursor) if several pages of results are needed. Use together with 'first' input parameter.
priceSpecifications.sort
● SortingParamsInput
input
Sorting ASC or DESC on the provided field.
priceSpecifications.filter
● FilteringParamsInput
input
Filtering the result set. Only results matching the query AND this filter will be returned.
Type
PriceSpecificationsConnection
object
A connection to a list of items.