Skip to main content

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

HeaderValues
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

AttributeDescription
product_idstring: Unique ID generated by the server for the Product. This is used as identifier.
namestring: Name of the Product
product_typestring: Type of the Product
brandstring: 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_id1string: Unique ID generated by the server for the first attribute of the product. This is used as identifier.
attribute_id2string: Unique ID generated by the server for the second attribute of the product. This is used as identifier.
attribute_id3string: Unique ID generated by the server for the third attribute of the product. This is used as identifier.
attribute_name1string: First attribute name of the product.
attribute_name2string: Second attribute name of the roduct.
attribute_name3string: Third attribute name of the product.
urlstring: URL handle of the product.
variant_typestring: Type of the product variant.
is_returnablestring: Returnability of the product.
show_in_storefrontstring: Visibility of the product in your published store
document_idstring: Unique ID generated by the server for the Images associated with the product.
alter_textstring: Alternative text for the image.
variantsarray: Each product variant consists of following objects.
variant_idstring: Unique ID generated by the server for the variant of the product. This is used as identifier.
namestring: Name of the variant.
ratestring: Selling price of the variant.
label_ratestring: Actual price of the variant.
skustring: SKU of the variant.
actual_available_stock string: Quantity of the variant.
statusstring: Status of the variant.
attribute_option_name1,attibute_option_name2, attribute_option_name3string: Corresponding attribute values for the variant.
created_timestring: Created time of the product.
last_modified_time string: Last modified time of the product.