Get Product
HTTP Request
GET https://commerce.zoho.com/storefront/api/v1/products/{product_id}
Parameters
Parameter | Description |
product_id | string: Unique ID generated by the server for the product. This is used as identifier |
Request Example
Copiedcurl -i -L -X GET
-H "domain-name:zylkerfashionstore.zohostore.com"
'https://commerce.zoho.com/storefront/api/v1/products/1706707000000068713?format=json'
Success Example
Copied{
"status_message": "success",
"status_code": "0",
"payload": {
"product": {
"selling_price": 290,
"short_description": "Made from polyester, this upmarket black dress is a design exclusive.\nPair it with an elegant bag for an exquisite look
"review_id": "1147341000000040657",
"category_name": "",
"documents": [
{
"name": "product-big-1.jpg",
"attachment_order": 0,
"document_id": "1706707000000069483",
"is_featured": false,
"alter_text": "Little Black Dress"
},
{...},
{...}
],
"description": "<div>\n <span style=\"color: inherit\">\n <div style=\"font-size: 15px\">\n <ul>\n <li>Polyester</li>\n
"is_out_of_stock": false,
"label_price": 350,
"variants": [
{
"selling_price": 290,
"images": [
{
"alternate_text": "",
"is_placeholder_image": true,
"id": "-1",
"title": "",
"url": "/zs-common/images/no-preview-image.jpg",
"is_featured": true,
"order": 1
}
],
"custom_fields": [
{
"customfield_id": "1706707000000490001",
"display_value": "",
"values": [
],
"index": 0,
"is_mandatory": false,
"label": "Include a note for us",
"is_enabled": true,
"edit_on_store": true,
"options": [
],
"show_in_pdf": false,
"show_in_storefront": true,
"field_type": "string",
"value": ""
},
{...}
],
"isbn": "",
"is_out_of_stock": false,
"upc": "",
"mpn": "",
"label_price": 350,
"stock_available": 49,
"variant_id": "1706707000000068709",
"ean": "",
"options": [
{
"name": "Size",
"id": "1706707000000071026",
"value": "2",
"color_code": ""
}
],
"is_returnable": false,
"sku": ""
},
{...},
{...}
],
"type": 0,
"starts_with": 290,
"is_product_custom_fields_enabled": true,
"category_id": "0",
"product_id": "1706707000000068713",
"quick_look_url": "/products/j9c1649166/1706707000000068713?quick_look=true",
"is_returnable": false,
"seo": {
"description": "Made from polyester, this upmarket black dress is a design exclusive. Pair it with an elegant bag for an exquisite look!",
"keyword": "Little Black Polyester Dress - Zylker's Fashion",
"title": "Little Black Polyester Dress - Zylker's Fashion"
},
"brand": "",
"on_sale": false,
"images": [
{
"alternate_text": "Little Black Dress",
"is_placeholder_image": false,
"id": "1706707000000069483",
"title": "Little Black Dress",
"url": "/product-images/1706707000000069483",
"is_featured": false,
"order": 1
},
{...},
{...}
],
"has_variant_price": true,
"specification_group": [
],
"has_variants": true,
"handle": "j9c1649166",
"social_share_options": {
"style": "01",
"show_count": "true",
"align": "top"
},
"bread_crumbs": [
],
"is_product_review_enabled": true,
"url": "/products/j9c1649166/1706707000000068713",
"tags": [
],
"is_stock_managed": false,
"ends_with": 500,
"name": "Little Black Dress",
"is_social_share_enabled": true,
"attributes": [
{
"name": "Size",
"options": [
{
"id": "1706707000000071026",
"value": "2"
},
{
"id": "1706707000000071028",
"value": "4"
},
{...},
{...},
{...}
],
"id": "1706707000000067329",
"type": "Text"
}
],
"status": true
},
"currency": {
"symbol": "$",
"code": "USD",
"symbol_formatted": "$",
"code_on_left": true,
"format": "###,##0.00",
"symbol_on_left": true
},
"page": {
"title": "Little Black Polyester Dress - Zylker's Fashion",
"site_title": "Zylker's Fashion"
"api_kind": "kind#product"
}
Show full
Show less