Product Attribute Presets
Get attribute presets
GETv1/attributes/{Attribute-Id}/presets/
This endpoint retrieves all attribute presets, allowing users to quickly and easily add attributes in a specified language. It provides a list of avai...
Create Attribute Preset
POSTv1/attributes/{Attribute-Id}/presets/
Use this endpoint to add a new attribute preset, allowing for quick and easy creation of attributes with localized values in both Arabic and English.
...
Update Attribute Preset
PATCHv1/attributes/{Attribute-Id}/presets/{Preset-Id}/
Use this endpoint to update an existing attribute preset by specifying both the preset ID and the attribute ID. The request allows you to update the p...
Delete an attribute preset
DELETEv1/attributes/{Attribute-Id}/presets/{Preset-Id}/
Delete a defined attribute preset.
products.read_write - Products Read & Write