Variant
Product Feed Variants
Fields
| Field | Type | Availability | Notes |
|---|---|---|---|
id | ID | The record's Refersion id. | |
product_id | Int | The product the record belongs to. | |
external_id | String | The identifier the record has in the source ecommerce platform. | |
name | String | ||
price | String | ||
options | String | ||
sku | String | ||
sync_status | Boolean | ||
sort | String | Not a data field. Product-feed types reuse one definition for both their arguments and their output fields, so this pagination argument also appears as a field. It always resolves to null — ignore it. | |
limit | Int | Not a data field. Product-feed types reuse one definition for both their arguments and their output fields, so this pagination argument also appears as a field. It always resolves to null — ignore it. | |
before | ID | Not a data field. Product-feed types reuse one definition for both their arguments and their output fields, so this pagination argument also appears as a field. It always resolves to null — ignore it. | |
after | ID | Not a data field. Product-feed types reuse one definition for both their arguments and their output fields, so this pagination argument also appears as a field. It always resolves to null — ignore it. | |
offset | Int | Not a data field. Product-feed types reuse one definition for both their arguments and their output fields, so this pagination argument also appears as a field. It always resolves to null — ignore it. | |
first | Int | Not a data field. Product-feed types reuse one definition for both their arguments and their output fields, so this pagination argument also appears as a field. It always resolves to null — ignore it. | |
last | Int | Not a data field. Product-feed types reuse one definition for both their arguments and their output fields, so this pagination argument also appears as a field. It always resolves to null — ignore it. |
Sorting
sort accepts id, name on this type, and sorts descending.
Any other value is ignored without an error.
Referenced by
Related
- Queries — the root fields that reach this type.
- Filtering and Sorting — how arguments behave.