AdminGetVariantsParams
Parameters used to filter and configure the pagination of the retrieved product variants.
constructor
Properties
cart_id
stringRetrieve prices for a cart ID.
currency_code
stringRetrieve prices for a currency code.
customer_id
stringRetrieve prices for a customer ID.
expand
stringComma-separated relations that should be expanded in the returned data.
fields
stringComma-separated fields that should be included in the returned data.
id
string | string[]IDs to filter product variants by.
inventory_quantity
number | NumericalComparisonOperatorNumber filters to apply on product variants'
inventory_quantity
field.limit
numberLimit the number of items returned in the list.
Default: 20
offset
numberThe number of items to skip when retrieving a list.
Default: 0
q
stringSearch term to search product variants' IDs.
region_id
stringRetrieve prices for a region ID.
title
string | string[]Titles to filter product variants by.
Was this section helpful?