ProductFeed
Affiliates Feed Products
Products synced from a merchant's connected store. Available to marketplace affiliates for the merchants they are approved with, and to merchants for their own catalog.
Fields
| Field | Type | Availability | Notes |
|---|---|---|---|
id | ID | The record's Refersion id. | |
merchant_id | Int | The product-feed merchant the record belongs to. | |
external_id | String | The identifier the record has in the source ecommerce platform. | |
name | String | Falls back to the product's SKU when the product has no name. | |
description | String | ||
tags | String | ||
price | Float | ||
currency | String | ISO 4217 currency code. | |
product_url | String | ||
rfsn_parameter | String | The tracking fragment to append to product_url. | |
platform_id | Int | ||
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. | |
merchant | Merchant | ||
vendor | Platform | The ecommerce platform the product was synced from. | |
variants | [Variant] | ||
images | [Image] |
Sorting
sort accepts id, created_at, price, sku 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.