Specification Values API v2

Specification Values are sub-objects of Specifications, which are assigned to Products as Product Specifications to be displayed on product profiles and for use in category filtering.

The Specification Values admin API allows you to manage the global values assigned to products. Altering or deleting existing values will affect live products utilising the value.

The Value Object

Learn about the Specification Value object and its properties.

List Values

GET /api/v2/specifications/{specId}/values.json

Get a Value

GET /api/v2/specifications/{specId}/values/{id}.json

Add a Value

POST /api/v2/specifications/{specId}/values.json

Update a Value

PUT /api/v2/specifications/{specId}/values/{id}.json

Delete a Value

DLEETE /api/v2/specifications/{specId}/values/{id}.json