Check the Poleepo's API changes to maintain your integration up-to-date.
You can now manage ISBN codes for your products. The isbn field is available in both read and write modes via the API.
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.
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.
Now you can retrieve the list of pickup addresses that can be used in the shipment creation.
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.
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.
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.
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.
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.
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.
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.
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.
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
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
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
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
Introduced a new end-point for upload a batches update for products and variations. Check the Products documentation section.
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.
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.
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.
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.
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.
Introduced the shipping cost field in the responses of the APIs *Retrieve Order Detail* and *Retrieve Order List*.
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
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