Generate S3 bucket URL for item import

Generates S3 bucket URL to upload items using CSV file. Follow these steps for bulk upload using CSV:
1) Download the template using GET /api-product/v1/product/bulk/template/:accountid/:nodeId
2) Upload the url using POST /api-product/v1/upload-url
3) Open the URL from the response of the above endpoint (POST /api-product/v1/upload-url), change the method to PUT, update binary in the requestBody type to view the select file option and upload a CSV from local system
4) You may check the status using this endpoint GET /api-product/v1/product/bulk/file/:fileId/status

Language
Authorization
Bearer
JWT
Click Try It! to start a request and see the response here!