Extensions endpoints
Verb | Path | Method |
---|---|---|
GET | /api/platform/extension/ | Listing extensions |
POST | /api/v1/extensions/add_extension/ | Adding an extension |
POST | /api/v1/extensions/add_values/ | Adding values to an existing extension |
This endpoint allows listing extensions
Upon success, the response is 200 OK and returns the list of extensions
This endpoint allows you to create Extensions Note:
name
values
type: string, Required
The name of the extension
type: list
The values of the extensions (must be of strings)
Upon success, the response is 201 OK and returns
Once you have started creating products, this endpoint will fail. Please contact our customer engineering team in this case.
This endpoint allows updating extension values.
Parameters
values
type: list
Say we currently have these values for the extension "Point of Sale":
Let's say we now want to add values "Lyon" and "Milan" to "Point of Sale" ; we then make the following call:
Upon success, the response is 201 OK and returns