Logo
Table of Contents

Poleepo API

Poleepo’s API endpoints follow REST principles and allow you to build applications and integrations that leverage the full range of Poleepo’s features.

Server

Main Server

  • That are the base urls for contact the Poleepo API.
  • Poleepo API (Production) https://api.poleepo.cloud
  • Poleepo API (Stage) https://api-stage.poleepo.cloud
  • DEPRECATED Poleepo API (Production) https://api.poleepo.cloud/2022-03

Security

Bearer Access Token

  • Pass an access token, generated from the authentications endpoints, to execute any request on the API.
  • Provide your bearer token in the Authorization header when making requests to protected resources.
  • Example Authorization: Bearer 123

The Poleepo API exposes endpoints that allow you to: • Manage your product catalog (create, update, and delete products in Poleepo), • Manage your online listings (adjust prices, handle times, and shipping costs), • Manage your orders (retrieve orders imported from your sales channels, update order statuses, send tracking information, and download carrier labels in PDF format). New features are continuously being developed to help you grow your business while automating repetitive tasks with Poleepo.