Variant
A Variant is the same product with different options available for sale. You can render it to various clients and can be purchased from various vendors in a business.
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 |
| 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 product. |
| attribute_name3 | string: Third attribute name of the product. |
| variant_type | string: Type of the product variant. |
| document_id | string: Unique ID generated by the server for the Images associated with the variant. |
| alter_text | string: Alternative text for the image. |
| 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 variant. |
| last_modified_time | string: Last modified time of the variant. |