Payments Reseller Subscription API (paymentsresellersubscription:v1)

2022-05-03

1 new method | 1 updated method

Additions

    Methods
  • paymentsresellersubscription.partners.promotions.findEligible

      Parameter Order : parent

      Description : To find eligible promotions for the current user. The API requires user authorization via OAuth. The user is inferred from the authenticated OAuth credential.

      HTTP Method : POST

      Path : v1/{+parent}/promotions:findEligible

      Flat Path : v1/partners/{partnersId}/promotions:findEligible

      Parameters :

        parent

          Required : Yes

          Description : Required. The parent, the partner that can resell. Format: partners/{partner}

          Pattern : ^partners/[^/]+$

          Location : path

          Type : string

Updates

    Methods
  • paymentsresellersubscription.partners.products.list

      Parameters :

        filter

          Type : string

          Location : query

          Description : Optional. Specifies the filters for the products results. The syntax defined in the EBNF grammar: https://google.aip.dev/assets/misc/ebnf-filtering.txt. An error will be thrown if any specified parameter is not supported. Currently, it can only be used by Youtube partners. Allowed parameters are: - regionCodes - zipCode - eligibilityId Multiple parameters can be specified, for example: "regionCodes=US zipCode=94043 eligibilityId=2022H1Campaign"