Content API for Shopping (content:v2.1)

2022-04-27

3 new methods

Additions

    Methods
  • content.productdeliverytime.get

      Parameter Order:

    • merchantId
    • productId
    • Parameters:

        productId

          Location: path

          Required: Yes

          Type: string

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

        merchantId

          Location: path

          Type: string

          Format: int64

          Required: Yes

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

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

      HTTP Method: GET

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

      Path: {merchantId}/productdeliverytime/{productId}

      Description: Gets productDeliveryTime by productId

  • content.productdeliverytime.delete

      HTTP Method: DELETE

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

      Parameter Order:

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

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

      Parameters:

        productId

          Location: path

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

          Required: Yes

          Type: string

        merchantId

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

          Format: int64

          Type: string

          Location: path

          Required: Yes

      Description: Deletes the delivery time of a product.

  • content.productdeliverytime.create

      HTTP Method: POST

      Flat Path: {merchantId}/productdeliverytime

      Parameter Order: merchantId

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

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

      Path: {merchantId}/productdeliverytime

      Parameters:

        merchantId

          Required: Yes

          Type: string

          Format: int64

          Location: path

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