Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.4 KB

Product.md

File metadata and controls

29 lines (22 loc) · 1.4 KB

Product

Product schema

Properties

Name Type Description Notes
productIdentifier String The ID of the product in your store [optional]
catalogId Integer [optional] [readonly]
name String Name of the product [optional]
description String Description of the product [optional]
sku String Stock Keeping Unit [optional]
upc String Universal Product Code [optional]
ean String European Article Numbering [optional]
gtin String Global Trade Item Number [optional]
mpn String Manufacturer Part Number [optional]
link String Link for the product [optional]
imageLink String Link for the product image [optional]
price Double Price of the product [optional]
salePrice Double Sale price of the product [optional]
brand String Brand of the product [optional]
categories List<String> Array of product categories, using the character '>' as delimiter for the breadcrumb syntax [optional]
relatedProducts List<String> Related products [optional]
customAttributes List<ProductCustomAttributes> Custom attributes [optional]