GET /catalog/products/{product_id}/options/{option_id}/values

Returns a list of all Variant Option Values. Optional parameters can be passed in.

Servers

Path parameters

Name Type Required Description
option_id Integer Yes

The ID of the Option.

product_id Integer Yes

The ID of the Product to which the resource belongs.

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.

exclude_fields[] Array No

Fields to exclude, in a comma-separated list. The specified fields will be excluded from a response. The ID cannot be excluded.

limit Integer No

Controls the number of items per page in a limited (paginated) list of products.

Default value: 50

include_fields[] Array No

Fields to include, in a comma-separated list. The ID and the specified fields will be returned.

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.