Products
A product is the item offered for sale. You can render it to various clients and can be purchased from various vendors in a business. Create and manage this physical item that your business deals with.
Headers
| Header | Values |
| Authorization | Zoho-oauthtoken {{ your_auth_token }} |
| X-com-zoho-store-organizationid | {{ your_organization-id }} |
Note: Replace {{ your_auth_token }} and {{ your_organization-id }} with corresponsing values.
Attributes
| Attribute | Description |
| product_id | string: Unique ID generated by the server for the Product. This is used as identifier. |
| name | string: Name of the Product |
| product_type | string: Type of the Product |
| brand | string: Brand of the Product |
| manufacturer | string: Manufacturer of the product |
| product_description | string: Description of the product |
| product_short_description | string: Short description of the product |
| attribute_id1 | string: Unique ID generated by the server for the first attribute of the product. This is used as identifier. |
| attribute_id2 | string: Unique ID generated by the server for the second attribute of the product. This is used as identifier. |
| attribute_id3 | string: Unique ID generated by the server for the third attribute of the product. This is used as identifier. |
| attribute_name1 | string: First attribute name of the product. |
| attribute_name2 | string: Second attribute name of the roduct. |
| attribute_name3 | string: Third attribute name of the product. |
| url | string: URL handle of the product. |
| variant_type | string: Type of the product variant. |
| is_returnable | string: Returnability of the product. |
| show_in_storefront | string: Visibility of the product in your published store |
| document_id | string: Unique ID generated by the server for the Images associated with the product. |
| alter_text | string: Alternative text for the image. |
| variants | array: Each product variant consists of following objects. |
| variant_id | string: Unique ID generated by the server for the variant of the product. This is used as identifier. |
| name | string: Name of the variant. |
| rate | string: Selling price of the variant. |
| label_rate | string: Actual price of the variant. |
| sku | string: SKU of the variant. |
| actual_available_stock | string: Quantity of the variant. |
| status | string: Status of the variant. |
| attribute_option_name1,attibute_option_name2, attribute_option_name3 | string: Corresponding attribute values for the variant. |
| created_time | string: Created time of the product. |
| last_modified_time | string: Last modified time of the product. |