Product Collection Base
Attributes | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
idstring | Product collection ID. | ||||||||
namestring | Unique user-defined product collection name. Example:All Products | ||||||||
typestring | Describes whether the product collection is dynamic (products come in and leave based on set criteria) or static (manually selected products). Available values:STATIC , AUTO_UPDATE | ||||||||
filterobject | Defines a set of criteria and boundary conditions for an
| ||||||||
productsarray | Defines a set of products for a
|
Attributes | Description |
---|---|
idstring | The product ID. Example:prod_0a41bcf807c5fcaaf6 |
product_idstring | Product ID for SKUs. |
objectstring | Denotes the type of the object represented by the ID. Available values:sku , product |
string
Timestamp representing the date and time when the product collection was created. The value is shown in the ISO 8601 format.
Example:2021-12-09T12:51:29.898Z
string
The type of the object represented by JSON. This object stores information about the static product collection.
Available values:products_collection
Junction
Logical Operator Between Filters. Filter by conditions set on the junction
parameter indicating how the conditions
should be accounted for in the query. An AND
is an all-inclusive logical operator, meaning the AND
operator displays a record if ALL the conditions separated by AND are TRUE, while an OR
operator displays a record if ANY of the conditions separated by OR is TRUE.
Available values: and
, or
Field Conditions
Attributes | Description |
---|---|
conditions | Data filters used to narrow down the data records to be returned in the result. Filters Condition |
Filters Condition
Attributes | Description |
---|---|
$in | See: Any |
$not_in | See: Any |
$is | See: Any |
$is_days_ago | See: Any |
$is_days_in_future | See: Any |
$is_not | See: Any |
$has_value | See: Any |
$is_unknown | See: Any |
$contains | See: Any |
$not_contain | See: Any |
$starts_with | See: Any |
$ends_with | See: Any |
$more_than | See: Any |
$less_than | See: Any |
$more_than_ago | See: Any |
$less_than_ago | See: Any |
$more_than_future | See: Any |
$less_than_future | See: Any |
$more_than_equal | See: Any |
$less_than_equal | See: Any |
$after | See: Any |
$before | See: Any |
$count | See: Any |
$count_less | See: Any |
$count_more | See: Any |
Any
One of:
- Array any of: string, number, object
- string
- number
- object