Skip to content

Latest commit

 

History

History
38 lines (35 loc) · 2.45 KB

MerchantView.md

File metadata and controls

38 lines (35 loc) · 2.45 KB

# MerchantView

Properties

Name Type Description Notes
access_token string The Google merchant access token
account_id int The account id [optional] [readonly]
automatic_synchronization bool Whether the Merchant data will be synchronized automatically [optional]
created_at \DateTime The create date-time [optional] [readonly]
dataset_domain string The custom domain (for example data.example.org) [optional]
dataset_name string The dataset path (for example /data) [optional]
deleted bool True if the merchant has been deleted [default to false]
deleted_at \DateTime The delete date-time [optional] [readonly]
google_merchant_id int The Google Merchant id
id int The unique id [optional] [readonly]
ignore_brand bool Whether to ignore the `brand` property during validation [optional]
ignore_image bool Whether to ignore the `image` property during validation [optional]
modified_at \DateTime The last modified date-time [optional] [readonly]
publisher_name string The publisher name (shows in schema publisher)
refresh_token string The Google merchant refresh token
sid string [optional]
sync_has_errors bool [optional]
sync_id int [optional]
sync_products_created int [optional]
sync_products_deleted int [optional]
sync_products_errored int [optional]
sync_products_skipped int [optional]
sync_products_total int [optional]
sync_products_unchanged int [optional]
sync_products_updated int [optional]
sync_started_at \DateTime The started date-time. [optional] [readonly]
sync_stopped_at \DateTime The stopped date-time. [optional] [readonly]
url string The website URL [optional]
url_strategy string Which strategy to use to write the url schema. [optional] [default to 'canonicalLinkAndLink']
writer_service string How to write the merchant data to the graph, if unsure, do not set anything (by default `wordpressMerchantWriter`). [optional]

[Back to Model list] [Back to API list] [Back to README]