Create a new product import process. The products aren't imported until the import is confirmed with the /admin/products/:transaction-id/import API route.
Request
Authorization
or
or
or
Body Params application/json
Examples
Responses
🟢202Accepted
application/json
OK
Body
🟠400Bad Request
🟠401Unauthorized
🟠404Record Not Found
🟠409409
🟠422Parameter Error
🔴500Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl-X POST '{backend_url}/admin/products/import' \
-H'Authorization: Bearer {access_token}'