Skip to main content

Step 3: Import Products

HTTP Request

PUT https://commerce.zoho.com/store/api/v1/import/ 

 

OAuthScope

ZohoCommerce.import.UPDATE

Sample Request

Copiedcurl -X PUT \
https://commerce.zoho.com/store/api/v1/import/2212135000000182099 \
-H 'Authorization: Zoho-oauthtoken ***' \
-H 'Cache-Control: no-cache' \
-H 'Content-Type: text/plain' \
-H 'X-com-zoho-store-organizationid: 711022734'

Success Response

Copied{
"code": 0,
"message": "success",
"data": {
"entity_updated": 1,
"success_message": "2 of 2 item(s) imported.",
"entity_imported": 2,
"entity_total": 2,
"entity_created": 1
}
}
This API is used to import the products.HTTP Request PUT https://commerce.zoho.com/store/api/v1/import/OAuthScope ZohoCommerce.import.UPDAT