GET
/
vendor
/
price-preferences
{
  "price_preferences": [
    {
      "id": "pp_01H9Z8K2N3M4P5Q6R7S8T9U0V",
      "attribute": "color",
      "value": "red",
      "is_tax_inclusive": true,
      "created_at": "2023-01-01T00:00:00.000Z",
      "updated_at": "2023-01-01T00:00:00.000Z",
      "deleted_at": null
    }
  ],
  "count": 123,
  "offset": 123,
  "limit": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

offset
number
default:0

The number of items to skip before starting to collect the result set.

limit
number
default:300

The number of items to return.

fields
string

Comma-separated fields to include in the response.

q
string

Search term to filter price preferences.

id

Filter by price preference ID(s).

attribute

Filter by attribute name(s).

value

Filter by attribute value(s).

Response

200 - application/json

OK

The response is of type object.