Content API for Shopping (content:v2.1)

2022-04-19

3 new methods

Additions

    Methods
  • content.productdeliverytime.delete

      Parameters :

        productId

          Description : Required. The Content API ID of the product, in the form channel:contentLanguage:targetCountry:offerId.

          Location : path

          Required : Yes

          Type : string

        merchantId

          Format : int64

          Type : string

          Description : Required. The Google merchant ID of the account that contains the product. This account cannot be a multi-client account.

          Required : Yes

          Location : path

      Parameter Order :

    • merchantId
    • productId
    • HTTP Method : DELETE

      Description : Deletes the delivery time of a product.

      Scopes : https://www.googleapis.com/auth/content

      Flat Path : {merchantId}/productdeliverytime/{productId}

      Path : {merchantId}/productdeliverytime/{productId}

  • content.productdeliverytime.create

      HTTP Method : POST

      Description : Creates or updates the delivery time of a product.

      Flat Path : {merchantId}/productdeliverytime

      Parameter Order : merchantId

      Scopes : https://www.googleapis.com/auth/content

      Path : {merchantId}/productdeliverytime

      Parameters :

        merchantId

          Location : path

          Description : The Google merchant ID of the account that contains the product. This account cannot be a multi-client account.

          Required : Yes

          Type : string

          Format : int64

  • content.productdeliverytime.get

      Flat Path : {merchantId}/productdeliverytime/{productId}

      Description : Gets productDeliveryTime by productId

      Path : {merchantId}/productdeliverytime/{productId}

      HTTP Method : GET

      Scopes : https://www.googleapis.com/auth/content

      Parameters :

        productId

          Location : path

          Type : string

          Description : Required. The Content API ID of the product, in the form channel:contentLanguage:targetCountry:offerId.

          Required : Yes

        merchantId

          Type : string

          Description : Required. The Google merchant ID of the account that contains the product. This account cannot be a multi-client account.

          Format : int64

          Location : path

          Required : Yes

      Parameter Order :

    • merchantId
    • productId