List
GET/ext/google/shopping/merchants
List the Google Merchants
Request
Query Parameters
google_access_token stringrequired
Responses
- 200
- 401
Found
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
first stringnullablerequired
The link to the first page.
items
object[]
required
An array of objects.
google_merchant_id int64required
The Google Merchant id
website_url stringrequired
The Google Merchant Website URL
last stringnullablerequired
The link to the last page.
next stringnullablerequired
The link to the next page or null if there's no page.
prev stringnullablerequired
The link to the previous page or null if there's no page.
self stringnullablerequired
The link to the current page.
{
"first": "string",
"items": [
{
"google_merchant_id": 0,
"website_url": "string"
}
],
"last": "string",
"next": "string",
"prev": "string",
"self": "string"
}
Authentication Failure