Product API
Overview
A high-level overview of the our Product API.
The Product API allows you to interact with an system to import, retrieve, and delete products. It supports the following operations:
- Bulk Import: Import multiple products in a single request.
- Single Import: Import or modify single product.
- Retrieve Product: Fetch product details by reference ID or SKU.
- Delete Product: Delete a product by its reference ID or SKU.
Key Features
- Bulk Operations: Efficiently import multiple products at once.
- Flexible Product Data: Supports optional fields like
price
,price_min
,price_max
, andimages
. - Secure Authentication: Requires an access token for all requests.
Base URL
All API requests are made to the following base URL: