Logo

Poleepo Changelog

Check the Poleepo's API changes to maintain your integration up-to-date.

May 2025


Features

Introduced ISBN

You can now manage ISBN codes for your products. The isbn field is available in both read and write modes via the API.

January 2025


Features

Introduced product status update

Now you can set a product as active or inactive via API. Updating the product status to active or inactive cause the update of all publication associated on Poleepo and on the sales channel.

Introduced publication status update

Now you can set a publication as active or inactive via API. Updating the publication status to active or inactive cause the update on the sales channel.

Retrieve pickups addresses

Now you can retrieve the list of pickup addresses that can be used in the shipment creation.

November 2024


Features

Introduced product delete

Now you can delete all the information of a product via API. The product deletion cause the deletion of all publication associated on Poleepo and on the sales channel.

Introduced publication delete

Now you can delete all the information of a publication via API. The publication deletion cause the deletion on Poleepo and on the sales channel.

Retrieve SDI code on order

Now when is populated on the order invoice address the SDI code (an italian identifier for the billing) you can retrieve it on the invoice_address of the order via API.

September 2024


Features

Introduced order status preview

Now you can have the prospect of the order status that can be used for an update with the new end-point "Retrieve Status Preview" in the order section. This end-point permit to retrieve for an order all the valid statuses that can be reached with the end-point "Update Order Status". In the response are provided also the sale channel statuses that can be provided to the update order state operation for change also the order state on the sales channel.

Introduced update sale channel order state

Now you can update the order state on the sale channel via API. In the order status update you can provide the mp_state to apply with the Poleepo order status modification, and automatically Poleepo update the order status on the sale channel.

June 2024


Features

Introduced Amazon prime shipment generator

Now you can create the amazon prime shipments for Amazon prime orders. We introduced a new end-point for retrieve the services that are available for the amazon order. In the shipment creation now you can provide the amazon specific information for create an amazon prime shipment.

Introduced update provision for variation

Now you can update directly the variation provision information.

### Introduced quantity add and subtract for provisions Now you can add or subtract an amount of quantities for the product or varition provisions.

March 2024


Features

Introduced waybill for generic shipper

Now you can attach your waybill file to a generic shipping. You can send the waybill by an HTTP url or by a base64 string of the waybill's file.

Introduced new fields on product operations

Now you can send to product create, update and massive update three new fields:

  • shipping_width: width of the product package in cm

  • shipping_height: height of the product package in cm

  • shipping_depth: depth of the product package in cm

January 2024


Features

Introduced new carries in shipping creation

Introduced three new carriers in shipping creation end-point

  • Bartolini(BRT): an italian shipper that permit to ship internationally

  • SDA: an italian shipper powered by Poste Italiane

  • Generic Shipper: useful for update the tracking info in an order if the shipment is not handled by Poleepo

August 2023


Features

Added new fields to batches product update

Introduced 3 new fields on the product batch update request

  • title: permit to update the title of the product

  • short_description: permit to update the short description of the product

  • long_description: permit to update the long description of the product

Added new fields to product update

Introduced 3 new fields on the product update request

  • title: permit to update the title of the product

  • short_description: permit to update the short description of the product

  • long_description: permit to update the long description of the product

July 2023


Features

Added batches product update

Introduced a new end-point for upload a batches update for products and variations. Check the Products documentation section.

May 2023


Features

Added brands end points

Introduced new end points for the brands management. Now is possible to retrieve the existing brands of a Poleepo store and create a new one. Check the Taxonomy documentation section.

Added categories end points

Introduced new end points for the categories retrieval. Now is possible to retrieve the categories of Poleepo for use it on Product creation. Check the Taxonomy documentation section.

October 2022


Features

Added some new order states

Introduced some new states for the Poleepo orders to be used for synchronize an external logistic system. The incoming states are:

  • READY_TO_SHIP: an order in this state is ready to be acquired from the logistic.

  • LOGISTIC_ACQUIRED: an order in this state was correctly acquired from the logistic.

  • LOGISTIC_PROBLEM: an order in this state was correctly acquired from the logistic, but an accident occurred during the order fulfillment.

  • LOGISTIC_COMPLETED: an order in this state was correctly acquired from the logistic and the fulfillment of the order is completed.

Added some new fields on order

Introduced 3 new fields on the order object:

  • order.payment_method: the payment method used from the final customer for perform the payment.

  • order.shipping_method: the shipping method that the user choose on the marketplace for the shipment.

  • order.latest_ship_date: (valorized only for the Amazon orders) the date which the seller has committed to ship the order.

Introduced the order fulfillment update

Now you can change the fulfillment associations of an order row through the "Create New Order" and "Update Order" apis. Note, the sum of the fulfillments quantity must be equals to the order row quantity, and the quantity requested for every fulfillments must be available in the Poleepo's product supply.

September 2022


Features

Added shipping cost field in the order APIs

Introduced the shipping cost field in the responses of the APIs *Retrieve Order Detail* and *Retrieve Order List*.

Improvements

Improvements

Added rate limit to Retrieve Access Token request

Introduced a rate limit in the retrieve access token request to improve the performance of the authentication flow and to prevent the malfunction of the service. The limits are:

  • Burst: 1 request in 1 second

  • Average: 2 requests in 30 minutes

Added rate limit to Update Product Provision request

Introduced a rate limit in the update product provision request to prevent the malfunction of the service. The limits are:

  • Burst: 4 request in 2 second

  • Average: 3600 requests in 30 minutes