LowCodeAPI
  • Import Products(3)
    • POST
      Upload Import File
    • PUT
      Preview Imported File
    • PUT
      Import Products
POST
PUT
PUT
POST
https://api.lowcodeapi.com/zohocommerce/store/api/v1/import/uploadfile
Request Payload

The payload will be sent as a application/json as a part of the request body.

Payload
importfilefile*
Give file that needs to be imported
entitystring*
Give entity type of the import. Only possible value is 'itemgroup'
duplicate_handlingstring*
Give value that defines how to handle duplicate records. Only possible value is 'overwrite'
charencodingstring*
Give character encoding used in the file. Possible values are UTF-8, UTF-16
delimiterstring*
Give delimiter used in the file. Possible values are ',' and ';'
Response
API response data will be shown here once the request is completed.
Zoho Commerce