Merchant
The connected store a product-feed product was synced from.
Fields
| Field | Type | Availability | Notes |
|---|---|---|---|
id | ID | The record's Refersion id. | |
shop_name | String | ||
shop_identifier | String | ||
shop_url | String | ||
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.