PIMS Attributes Management API
POST/pim/manage/attributes
- Requires Data Manager ApiKey permissions.
- Example URI: https://instancename.piminto.com/api/en-us/pim/manage/attributes
A Product Attribute in the Product Information Management System (PIM) refers to the specific characteristics or details that define a product.
Well-defined attributes provide structured data to various data endpoints and websites, enhancing their usability across multiple channels, including eCommerce.
To utilize this API, send a POST request with a JSON body. Set the action key in the JSON body to one of the following values:
- listAttributeGroups: Get list of all Attribute Groups
- listAttributes: Get all attributes
- addAttribute: Add Attribute
- editAttribute: Edit Attribute
- deleteAttribute: Delete Attribute
Use Example Value and Schema for Json requests
Request
Responses
- 200
- default
success
If there is an error with the API request, additional information will be provided in the response body.
Examples of error messages include:
- listAttributeGroups, listAttributes: if the attributes are not found in PIMS:
"status_message": "PIM Configuration is incomplete!"
- addAttribute:
"status_message": "Attribute with such name exists."
- editAttribute, deleteAttribute:
"status_message": "Attribute type can not be modified!"