Skip to main content

List

List the Merchants, optionally filtering by the deleted flag

Query Parameters
    cursor string

    The cursor

    limit integer

    Default value: 10

    The maximum number of results

    deleted boolean

    Filter by the deleted flag

Responses

Found


Schema
    first string nullable required

    The link to the first page.

    items object[] required

    An array of objects.

  • Array [
  • access_token string required

    The Google merchant access token

    account_id int64

    The account id

    automatic_synchronization boolean

    Whether the Merchant data will be synchronized automatically

    created_at date-time

    The create date-time

    dataset_domain string

    The custom domain (for example data.example.org)

    dataset_name string

    The dataset path (for example /data)

    deleted boolean required

    Default value: false

    True if the merchant has been deleted

    deleted_at date-time

    The delete date-time

    google_merchant_id int64 required

    The Google Merchant id

    id int64

    The unique id

    ignore_brand boolean

    Whether to ignore the brand property during validation

    ignore_image boolean

    Whether to ignore the image property during validation

    modified_at date-time

    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

    sid string
    sync_has_errors boolean
    sync_id int64
    sync_products_created int32
    sync_products_deleted int32
    sync_products_errored int32
    sync_products_skipped int32
    sync_products_total int32
    sync_products_updated int32
    sync_started_at date-time

    The started date-time.

    sync_stopped_at date-time

    The stopped date-time.

    url string

    The website URL

  • ]
  • last string nullable required

    The link to the last page.

    next string nullable required

    The link to the next page or null if there's no page.

    prev string nullable required

    The link to the previous page or null if there's no page.

    self string nullable required

    The link to the current page.

Loading...