aiendpoint.dev
ServicesEcwid by Lightspeed

Ecwid by Lightspeed

community

E-commerce platform allowing anyone to add an online store to any website, social media page, or marketplace with inventory, payments, and shipping management.

Visit site ↗

This is a community-generated spec

This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.

https://ecwid.comapikeyecommerceconfidence: 90/1000 discoveries1 contributors
GET/api/v3/{storeId}/products

Get store products list

Parameters

limitintegeroptional
enabledbooleanoptional
keywordsearch term (stringoptional
categorycategory ID (integeroptional

Returns

items[] with id, name, price, sku, quantity, enabled, categories[], media{}, url
GET/api/v3/{storeId}/orders

Get store orders

Parameters

limitintegeroptional
paymentStatusPAID|AWAITING_PAYMENT (stringoptional
fulfillmentStatusAWAITING_PROCESSING|SHIPPED (stringoptional

Returns

items[] with id, email, total, paymentStatus, fulfillmentStatus, items[], shippingAddress{}
GET/api/v3/{storeId}/categories

Get store product categories

Parameters

parentparent category ID (integeroptional

Returns

items[] with id, name, description, enabled, productCount, parentId