PIMS Open API

Reference for the Weevio Cloud PIMS Open API — authenticated endpoints that let your own apps read and write PIMS customer, inventory, and order data without integrating against PIMS directly.

The PIMS Open API lets your own applications read and write PIMS data through Weevio Cloud, without integrating against PIMS directly. It is intended for external apps and integration partners that need to manage customers, inventory, and orders, or follow an order through its PIMS lifecycle.

Getting started

To use the PIMS Open API you must have purchased an API plan from Weevio — contact Weevio customer support if you'd like one. By using the API you agree to the API terms of service. We strongly recommend testing against a PIMS test server rather than a live production PIMS server.

Then generate your credentials and authenticate every request — see Authentication.

Base URL

All endpoints live under:

https://cloud.weevio.co/tenant/api/pims/v1

Authentication

Every request is authenticated with your tenant's API ID and API Secret, plus a teamID. You can use HTTP Basic Auth or apiID/apiSecret parameters — see the Authentication page for details and examples.

Pricing

Access to the PIMS Open API is $100 per month, which includes your first 50,000 API requests each month. Additional requests beyond 50,000 are billed at $0.0015 each.

ItemCost
Monthly access$100 / month
Included requestsFirst 50,000 requests / month
Additional requests$0.0015 per request beyond 50,000

Every authenticated call to a PIMS Open API endpoint counts toward your monthly request total.

Note:

Once your team starts using the PIMS Open API, this usage is added to your monthly bill automatically.

Run in Postman

A published Postman collection mirrors these endpoints if you'd like to try them interactively:

Weevio Cloud - PIMS API (Postman)

Open the published Postman collection to explore and run the PIMS Open API endpoints interactively.

Endpoints

Need Help?

For assistance, please send a message to our Support page.