List
List the Merchants, optionally filtering by the deleted
flag
Query Parameters
The cursor
Default value: 10
The maximum number of results
Filter by the deleted
flag
- 200
- 401
Found
Schema
- Array [
- ]
The link to the first page.
items object[] required
An array of objects.
The Google merchant access token
The account id
Whether the Merchant data will be synchronized automatically
The create date-time
Custom seller entity - if applicable.
The custom domain (for example data.example.org)
The dataset path (for example /data)
Default value: false
True if the merchant has been deleted
The delete date-time
The Google Merchant id
The unique id
Whether to ignore the brand
property during validation
Whether to ignore the image
property during validation
The last modified date-time
The publisher name (shows in schema publisher)
The Google merchant refresh token
The started date-time.
The stopped date-time.
The website URL
Possible values: <= 50 characters
, [canonicalLinkAndLink
, canonicalLinkOtherwiseLink
]
Default value: canonicalLinkAndLink
Which strategy to use to write the url schema.
How to write the merchant data to the graph, if unsure, do not set anything (by default wordpressMerchantWriter
).
The link to the last page.
The link to the next page or null
if there's no page.
The link to the previous page or null
if there's no page.
The link to the current page.
{
"first": "string",
"items": [
{
"access_token": "string",
"account_id": 0,
"automatic_synchronization": true,
"created_at": "2024-11-19T00:12:35.614Z",
"custom_seller": "string",
"deleted": false,
"deleted_at": "2024-11-19T00:12:35.614Z",
"google_merchant_id": 0,
"id": 0,
"ignore_brand": true,
"ignore_image": true,
"modified_at": "2024-11-19T00:12:35.614Z",
"publisher_name": "string",
"refresh_token": "string",
"sid": "string",
"sync_has_errors": true,
"sync_id": 0,
"sync_products_created": 0,
"sync_products_deleted": 0,
"sync_products_errored": 0,
"sync_products_skipped": 0,
"sync_products_total": 0,
"sync_products_unchanged": 0,
"sync_products_updated": 0,
"sync_started_at": "2024-11-19T00:12:35.614Z",
"sync_stopped_at": "2024-11-19T00:12:35.614Z",
"url": "string",
"url_strategy": "canonicalLinkAndLink",
"writer_service": "string"
}
],
"last": "string",
"next": "string",
"prev": "string",
"self": "string"
}
Authentication Failure