Prestashop – Gotchas

Service ID: prestashop

PrestaShop is an eCommerce website builder to create and manage your online business. You can launch your online store right now and start to sell online.

⚠️

5 gotchas across 3 resources

These are connector-specific behaviors and limitations to be aware of when integrating.

Customers1 gotcha

allcustomersAll

PrestaShop does not expose a total record count in list responses. meta.total_count will not appear.

Orders1 gotcha

allordersAll

PrestaShop does not expose a total record count in list responses. meta.total_count will not appear.

line_items[].total_amount is the tax-inclusive per-item total after proportional allocation of order-level cart rule coupon discounts. PrestaShop does not attribute coupon amounts to individual line items in its API; coupons are distributed proportionally across lines by each line's share of the pre-coupon subtotal. This is an approximation — the exact order-level coupon total is available in the total_discount field.

Products3 gotchas

allproductsAll

PrestaShop primarily uses an id field to identify product associations (Ie: categories, variants etc). To maintain performance on the list endpoint, fewer properties are returned than other connectors.

allproductsAll

PrestaShop does not expose a total record count in list responses. meta.total_count will not appear.

oneproductsOne

Product images for PrestaShop are limited to the default image set on the product.