Shopline
Integuru generates a production-ready HTTP API for Shopline, the e-commerce SaaS platform. The integration covers 2 actions for product listing and store detail retrieval, both carrying richer docs, enabling e-commerce tech teams to access catalog and store configuration data programmatically.
Last reviewed: July 2026
Overview
Integuru's Shopline integration provides production-ready HTTP API access to Shopline, the e-commerce SaaS platform at admin.shoplineapp.com, covering 2 actions: list_products and get_store_details. Both actions carry richer documentation. Integuru connects via direct HTTP requests rather than browser automation, so calls complete in under 3 seconds with a 99.9%+ success rate.
No public developer API. Shopline does not expose an official developer API for catalog and store configuration access. E-commerce tech teams that need product lists or store metadata programmatically have had to rely on manual exports from the admin portal.
E-commerce developers use list_products to paginate through the product catalog (24 products per page) and get_store_details to retrieve the store's configuration metadata. Browse the full integrations catalogue to see other retail and e-commerce integrations, including TaylorStitch and Asda.
Use Cases
Integuru's Shopline integration covers the product catalog and store configuration workflows that e-commerce tech teams need to automate.
- Product catalog retrieval: Call
list_productswith optionalpage(integer) to retrieve the product list 24 items at a time. Omitpageto retrieve the first page; increment to paginate through the full catalog. - Store detail retrieval: Call
get_store_detailswith no parameters to retrieve the store's configuration and metadata from the authenticated Shopline account.
Setup Notes
Integuru's Shopline integration authenticates against https://admin.shoplineapp.com/. Configure credentials once during Integuru setup; Integuru handles session management automatically.
list_products has one optional parameter, page (integer, 24 products per page). get_store_details requires no parameters. Richer documentation for both actions is available via the Integuru dashboard after setup.