Product Attributes
Get Product Attributes
GETv1/attributes/
Use this endpoint to retrieve the Product Attributes of a certain store.
products.read - Products Read
Get Product Attributes
GETv1/Metafields
Use this endpoint to retrieve the Product Attributes of a certain store.
products.read - Products Read
Retrieve a product attribute
GETv1/attributes/{Attribute-Id}/
Use this endpoint to retrieve a specific product attribute using its id.
products.read - Products Read
Add a New Product Attribute
POSTv1/attributes/
Add new product attributes for a certain Role.
products.read_write - Products Read & Write
Add a New Product Attribute
POSTv1/Metafields
Add new product attributes for a certain Role.
products.read_write - Products Read & Write
Update a product attribute
PATCHv1/attributes/{Attribute-Id}/
Use to update the value of a single attribute for a certain Role.
products.read_write - Products Read & Write
Delete a product attribute
DELETEv1/attributes/{Attribute-Id}/
Delete a certain ID using its id.
products.read_write - Products Read & Write