Specifications API v2

Specification headings (e.g. Colour) are used by Products and product filtering in categories.

The Specifications admin API allows you to manage specification headings. You should be aware that altering or deleting existing specifications will affect all live products utilising the specification.

The Specification Object

Learn about the Specification object and its properties.

List Specifications

GET /api/v2/specifications.json

Get a Specification

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

Add a Specification

POST /api/v2/specifications.json

Update a Specification

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

Delete a Specification

DELETE /api/v2/specifications/{id}.json