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
Responses
- 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
- 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,
"created_at": "2023-03-14T08:54:22.279Z",
"dataset_domain": "string",
"dataset_name": "string",
"deleted": false,
"deleted_at": "2023-03-14T08:54:22.279Z",
"google_merchant_id": 0,
"id": 0,
"modified_at": "2023-03-14T08:54:22.279Z",
"publisher_name": "string",
"refresh_token": "string",
"url": "string"
}
Authentication Failure
Not Found
Loading...