GET /pricelists/{price_list_id}/records/{variant_id}

Returns Price List Records using the variant ID. Will also contain currency records.

Notes

Servers

Path parameters

Name Type Required Description
price_list_id Integer Yes

The ID of the Price List requested.

variant_id Integer Yes

ID of the variant on a product, or on an associated Price List Record.

Request headers

Name Type Required Description
Accept String Yes

The MIME type of the response body.

Default value: "application/json"

Query parameters

Name Type Required Description
page Integer No

Specifies the page number in a limited (paginated) list of products.

limit Integer No

Controls the number of items per page in a limited (paginated) list of products. If you provide only a limit, the API returns both paginations while applying that limit.

include[] Array No

Sub-resources to include on a price record, in a comma-separated list. Valid expansions currently include bulk_pricing_tiers and sku. Other values will be ignored.

after String No

A cursor that can be used for forwards pagination. Will fetch results after the position corresponding to the cursor. Cannot be used with the 'page' query parameter. Cannot be used with the 'before' query parameter.

before String No

A cursor that can be used for backwards pagination. Will fetch results before the position corresponding to the cursor. Cannot be used with the 'page' query parameter. Cannot be used with the 'after' query parameter.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.