Ecwid by Lightspeed
communityE-commerce platform allowing anyone to add an online store to any website, social media page, or marketplace with inventory, payments, and shipping management.
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.
GET
/api/v3/{storeId}/productsGet store products list
Parameters
limitintegeroptionalenabledbooleanoptionalkeywordsearch term (stringoptionalcategorycategory ID (integeroptionalReturns
items[] with id, name, price, sku, quantity, enabled, categories[], media{}, urlGET
/api/v3/{storeId}/ordersGet store orders
Parameters
limitintegeroptionalpaymentStatusPAID|AWAITING_PAYMENT (stringoptionalfulfillmentStatusAWAITING_PROCESSING|SHIPPED (stringoptionalReturns
items[] with id, email, total, paymentStatus, fulfillmentStatus, items[], shippingAddress{}GET
/api/v3/{storeId}/categoriesGet store product categories
Parameters
parentparent category ID (integeroptionalReturns
items[] with id, name, description, enabled, productCount, parentId