Download Products
PUT/api/magento/:integration_instance/download-products
Download Magento products by ID or SKU. Provide either 'ids' (entity_id) or 'skus', not both.
Authentication: Requires Bearer token with power user access.
Request Body (at least one required):
- ids (array): Array of Magento product entity IDs
- skus (array): Array of Magento product SKUs
Request
Responses
- 200
Successful response