Check the status of PIMS
GET/pim/status
- No permissions are required for ApiKey.
- Example URI: https://instancename.piminto.com/api/en-us/pim/status
Provides the ability to check the status of PIMS (Product Information Management System).
Returns
- Information about the current state of PIM, as well as the date and time the current state was installed.
- PIM Counters: Includes information such as the total count of views, attributes defined in the PIM, size of assets (in bytes), and the total count of SKUs.
- PIM Limits: Presents details about the limits imposed on PIMS within the selected plan, covering aspects like the total count of views, attributes, asset size, and SKU count.
The PIMS status can take one of three possible values:
- Active: PIMS is currently available and operational.
- Inactive: PIMS is currently unavailable and inaccessible.
- Maintenance: PIMS is temporarily unavailable due to system updates or maintenance work.
Checking the PIMS status through this API endpoint can be useful for developers and users to ensure that PIMS is available before sending requests for product data.
Responses
- 200
success