A product is an individual item for sale that belongs to the inventory of a shop. This item can be added to the shopping basket and then sold using the checkout. Specific items can also be assigned to a category. Note: In case of errors for certain products or unknown product IDs, the product collections will not return errors, but skip the products in question.
- GET /{shopId}/products Base Now
- POST /{shopId}/products Base Now
- GET /{shopId}/products/{productId} Base Now
- PATCH /{shopId}/products/{productId} Base Now
- DELETE /{shopId}/products/{productId} Base Now
- GET /{shopId}/products/{productId}/crossselling Now
- PUT /{shopId}/products/{productId}/crossselling Now
- PATCH /{shopId}/products/{productId}/crossselling Now
- GET /{shopId}/products/{productId}/custom-attributes Base Now
- PATCH /{shopId}/products/{productId}/custom-attributes Now
- GET /{shopId}/products/{productId}/lowest-price Base
- GET /{shopId}/products/{productId}/slideshow Base Now
- POST /{shopId}/products/{productId}/slideshow Base Now
- DELETE /{shopId}/products/{productId}/slideshow/{imageName} Base Now
- GET /{shopId}/products/{productId}/slideshow/sequence Base Now
- PUT /{shopId}/products/{productId}/slideshow/sequence Base Now
- GET /{shopId}/products/{productId}/variations Base
- POST /{shopId}/products/{productId}/variations Now
- GET /{shopId}/products/updated/{productProperty} Base Now
- POST /{shopId}/products/find Now
- POST /{shopId}/product-category-assignments Base Now
- DELETE /{shopId}/product-category-assignments Base
- GET /{shopId}/products/export Base Now
- POST /{shopId}/search/products Now
- GET /{shopId}/watched-products Base Now