Create
Create a Merchant
- application/json
Request Body required
- access_token string required
Google Merchant access token
- dataset_domain string required
The custom domain (for example data.example.org)
- dataset_name string required
The dataset path (for example "data")
- deleted boolean required
Default value:
false
True if the merchant has been deleted
- google_merchant_id int64 required
The Google Merchant id
- publisher_name string required
The publisher name (shows in schema publisher)
- refresh_token string required
Google Merchant refresh token
- url string required
The website URL
- 200
- 401
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
- access_token string required
The Google merchant access token
- account_id int64 required
The account id
- automatic_synchronization boolean required
Whether the Merchant data will be synchronized automatically
- created_at date-time required
The create date-time
- dataset_domain string required
The custom domain (for example data.example.org)
- dataset_name string required
The dataset path (for example /data)
- deleted boolean required
Default value:
false
True if the merchant has been deleted
- deleted_at date-time required
The delete date-time
- google_merchant_id int64 required
The Google Merchant id
- id int64 required
The unique id
- modified_at date-time required
The last modified date-time
- publisher_name string required
The publisher name (shows in schema publisher)
- refresh_token string required
The Google merchant refresh token
- url string required
The website URL
{
"access_token": "string",
"account_id": 0,
"automatic_synchronization": true,
"created_at": "2023-08-16T14:24:18.764Z",
"dataset_domain": "string",
"dataset_name": "string",
"deleted": false,
"deleted_at": "2023-08-16T14:24:18.764Z",
"google_merchant_id": 0,
"id": 0,
"modified_at": "2023-08-16T14:24:18.764Z",
"publisher_name": "string",
"refresh_token": "string",
"url": "string"
}
Authentication Failure
Not Found