Product
Properties
Name |
Type |
Description |
Notes |
attributes |
List |
multiple attributes can be delivered separately from standard data fields |
[optional] [default to null] |
categories |
List |
A category path is a list of Category objects that are defined in a hierarchical parent-child relationship.Multiple category paths can be defined per document, therefor this property is a list of category arrays. |
[optional] [default to null] |
data |
Map |
The data property should be used for standard fields, such as title, description, price. Only values of the following types are accepted (others will be dropped silently): Standard primitive types (Boolean, String, Integer, Double) and arrays of these types. Attributes (key-value objects with ID) should be passed to the attributes property. |
[default to null] |
id |
String |
|
[default to null] |
variants |
List |
for products without variants, it can be null or rather us a document directly. |
[optional] [default to null] |
[Back to Model list] [Back to API list] [Back to README]