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.
Either businessUnitGroupId or businessUnitId argument must be provided.
priceSpecifications(
businessUnitGroupId: String
businessUnitId: String
searchTerm: String
first: Int
after: String
sort: SortingParamsInput
filter: FilteringParamsInput
): PriceSpecificationsConnection
Arguments
priceSpecifications.businessUnitGroupId ● String scalar
The ID of the business unit group to narrow the search down.
priceSpecifications.businessUnitId ● String scalar
The ID of the business unit to narrow the search down.
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.