Through our APIs, you have the ability to establish a direct integration with your business, automating essential processes such as creating, updating, and deleting products. Additionally, you can efficiently manage some processes related to order management, among other actions that will significantly contribute to the value of your operation.

What can you do with our APIs?

  • Manage products: Query, create, modify, delete products*
  • Feed management.
  • Query brands, categories, attributes.
  • Order Management: create labels, mark products as ready for shipment, upload invoices.
  • Create webhook for active communication of status changes.

Other uses of APIs:

  • APIs for statistical purposes.
  • APIs for specific queries.
  • API variations.

Communication format

Each request generated is an HTTP request directed to an endpoint. Depending on the type of action, this can be done through a GET or POST command.

In most cases, the call only involves URL parameters, such as the call to GetProducts, which is as simple as this:

https://sellercenter-api.falabella.com/?Action=GetProducts&Filter=sold-out&Format=XML&Timestamp=2015-07-21T05%3A14%3A49%2B02%3A00&UserID=maintenance%40sellercenter.net&Version=1.0&Signature=dee80841b2aa0ad1fb517f196c56a5e5b9c78627c9256a11df11da76a3f84503

📘

URL and Environment

We are currently working in a production environment, so it is recommended that for testing purposes, you always work with products identified as test and of low value, always with the necessary precautions.

Our environment points to the following URL: https://sellercenter-api.falabella.com