Products

Overview

E-commerce products represent physical or digital goods available for one-time purchase. Products can have multiple SKUs (variants) with different prices, currencies, and inventory levels.

Endpoints

MethodEndpointDescription
GET/ecommerce/productsList products
GET/ecommerce/products/{id}Get product
POST/ecommerce/productsCreate product
PUT/ecommerce/products/{id}Update product
DELETE/ecommerce/products/{id}Delete product

Product object

AttributeTypeDescription
idintegerUnique identifier
namestringProduct name (3–250 chars)
captionstringShort caption
descriptionstringFull description (max 1500 chars)
shippablebooleanWhether the product requires shipping
countriesarrayCountry codes where the product is available
imagestringProduct image URL
sitesarrayArray of site IDs where the product is listed