{
  "protocol": "rest",
  "id": "merchantapi:youtube_v1alpha",
  "schemas": {
    "ListContractsResponse": {
      "type": "object",
      "properties": {
        "contracts": {
          "description": "The contracts for the specified account.",
          "items": {
            "$ref": "Contract"
          },
          "type": "array"
        },
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        }
      },
      "id": "ListContractsResponse",
      "description": "Response message for the `ListContracts` method."
    },
    "ListCommissionGroupsResponse": {
      "id": "ListCommissionGroupsResponse",
      "description": "Response message for the `ListCommissionGroups` method.",
      "properties": {
        "nextPageToken": {
          "type": "string",
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages."
        },
        "commissionGroups": {
          "type": "array",
          "items": {
            "$ref": "CommissionGroup"
          },
          "description": "The commission groups for the specified contract."
        }
      },
      "type": "object"
    },
    "Empty": {
      "type": "object",
      "properties": {},
      "id": "Empty",
      "description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }"
    },
    "CommissionGroup": {
      "type": "object",
      "properties": {
        "name": {
          "description": "Identifier. The name of the `CommissionGroup` resource. Format: `accounts/{account}/contracts/{contract}/commissionGroups/{commission_group}`",
          "type": "string"
        },
        "productSelector": {
          "$ref": "ProductSelector",
          "description": "Required. Selects the products that this commission group applies to."
        },
        "commissionRate": {
          "description": "Required. Commission that will be paid for conversions that match this commission group.",
          "$ref": "CommissionRate"
        }
      },
      "id": "CommissionGroup",
      "description": "Youtube Affiliate Program commission group. A commission group defines a commission rate and the set of products it applies to."
    },
    "Contract": {
      "id": "Contract",
      "description": "Youtube Affiliate Program contract. Contains information about the commission rates applied to creators in the program.",
      "properties": {
        "defaultCommission": {
          "description": "Required. The default commission rate for the contract.",
          "$ref": "CommissionRate"
        },
        "name": {
          "description": "Identifier. The name of the `Contract` resource. Format: `accounts/{account}/contracts/{contract}`",
          "type": "string"
        }
      },
      "type": "object"
    },
    "CategorySelector": {
      "id": "CategorySelector",
      "description": "Category selector.",
      "type": "object",
      "properties": {
        "categories": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Required. The list of categories targeted by this selector. A maximum of 100 is allowed."
        }
      }
    },
    "ProductSelector": {
      "type": "object",
      "properties": {
        "categorySelector": {
          "$ref": "CategorySelector",
          "description": "Optional. Selects products by category."
        }
      },
      "id": "ProductSelector",
      "description": "Selects which products a commission group applies to. At least one of the selectors must be set."
    },
    "ProductChange": {
      "id": "ProductChange",
      "description": "The change that happened to the product including old value, new value, country code as the region code and reporting context.",
      "type": "object",
      "properties": {
        "oldValue": {
          "description": "The old value of the changed resource or attribute. If empty, it means that the product was created. Will have one of these values : (`approved`, `pending`, `disapproved`, ``)",
          "type": "string"
        },
        "newValue": {
          "description": "The new value of the changed resource or attribute. If empty, it means that the product was deleted. Will have one of these values : (`approved`, `pending`, `disapproved`, ``)",
          "type": "string"
        },
        "regionCode": {
          "description": "Countries that have the change (if applicable). Represented in the ISO 3166 format.",
          "type": "string"
        },
        "reportingContext": {
          "enumDescriptions": [
            "Not specified.",
            "[Shopping ads](https://support.google.com/merchants/answer/6149970).",
            "Deprecated: Use `DEMAND_GEN_ADS` instead. [Discovery and Demand Gen ads](https://support.google.com/merchants/answer/13389785).",
            "[Demand Gen ads](https://support.google.com/merchants/answer/13389785).",
            "[Demand Gen ads on Discover surface](https://support.google.com/merchants/answer/13389785).",
            "[Video ads](https://support.google.com/google-ads/answer/6340491).",
            "[Display ads](https://support.google.com/merchants/answer/6069387).",
            "[Local inventory ads](https://support.google.com/merchants/answer/3271956).",
            "[Vehicle inventory ads](https://support.google.com/merchants/answer/11544533).",
            "[Free product listings](https://support.google.com/merchants/answer/9199328).",
            "[Free product listings on UCP checkout](https://developers.google.com/merchant/ucp).",
            "[Free local product listings](https://support.google.com/merchants/answer/9825611).",
            "[Free local vehicle listings](https://support.google.com/merchants/answer/11544533).",
            "[Youtube Affiliate](https://support.google.com/youtube/answer/13376398).",
            "[YouTube Shopping](https://support.google.com/merchants/answer/13478370).",
            "[Cloud retail](https://cloud.google.com/solutions/retail).",
            "[Local cloud retail](https://cloud.google.com/solutions/retail).",
            "[Product Reviews](https://support.google.com/merchants/answer/14620732).",
            "[Merchant Reviews](https://developers.google.com/merchant-review-feeds).",
            "YouTube Checkout ."
          ],
          "type": "string",
          "description": "Reporting contexts that have the change (if applicable). Currently this field supports only (`SHOPPING_ADS`, `LOCAL_INVENTORY_ADS`, `YOUTUBE_SHOPPING`, `YOUTUBE_CHECKOUT`, `YOUTUBE_AFFILIATE`) from the enum value [ReportingContextEnum](/merchant/api/reference/rest/Shared.Types/ReportingContextEnum)",
          "enumDeprecated": [
            false,
            false,
            true,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false
          ],
          "enum": [
            "REPORTING_CONTEXT_ENUM_UNSPECIFIED",
            "SHOPPING_ADS",
            "DISCOVERY_ADS",
            "DEMAND_GEN_ADS",
            "DEMAND_GEN_ADS_DISCOVER_SURFACE",
            "VIDEO_ADS",
            "DISPLAY_ADS",
            "LOCAL_INVENTORY_ADS",
            "VEHICLE_INVENTORY_ADS",
            "FREE_LISTINGS",
            "FREE_LISTINGS_UCP_CHECKOUT",
            "FREE_LOCAL_LISTINGS",
            "FREE_LOCAL_VEHICLE_LISTINGS",
            "YOUTUBE_AFFILIATE",
            "YOUTUBE_SHOPPING",
            "CLOUD_RETAIL",
            "LOCAL_CLOUD_RETAIL",
            "PRODUCT_REVIEWS",
            "MERCHANT_REVIEWS",
            "YOUTUBE_CHECKOUT"
          ]
        }
      }
    },
    "CommissionRate": {
      "properties": {
        "ratedCommissionBasisPoints": {
          "type": "integer",
          "format": "int32",
          "description": "Rated commission in basis points. For example: - 0.01% = 1 basis point. - 1% = 100 basis points. - 100% = 10000 basis points."
        }
      },
      "type": "object",
      "id": "CommissionRate",
      "description": "Commission that will be paid for conversions that match a given commission group."
    },
    "ProductStatusChangeMessage": {
      "properties": {
        "managingAccount": {
          "description": "The account that manages the merchant's account. can be the same as merchant id if it is standalone account. Format : `accounts/{service_provider_id}`",
          "type": "string"
        },
        "changes": {
          "description": "A message to describe the change that happened to the product",
          "items": {
            "$ref": "ProductChange"
          },
          "type": "array"
        },
        "eventTime": {
          "description": "The time at which the event was generated. If you want to order the notification messages you receive you should rely on this field not on the order of receiving the notifications.",
          "type": "string",
          "format": "google-datetime"
        },
        "resourceId": {
          "type": "string",
          "description": "The product id."
        },
        "resourceType": {
          "type": "string",
          "enumDescriptions": [
            "Unspecified resource",
            "Resource type : product"
          ],
          "description": "The resource that changed, in this case it will always be `Product`.",
          "enum": [
            "RESOURCE_UNSPECIFIED",
            "PRODUCT"
          ]
        },
        "expirationTime": {
          "format": "google-datetime",
          "type": "string",
          "description": "Optional. The product expiration time. This field will not be set if the notification is sent for a product deletion event."
        },
        "account": {
          "type": "string",
          "description": "The target account that owns the entity that changed. Format : `accounts/{merchant_id}`"
        },
        "resource": {
          "description": "The product name. Format: `accounts/{account}/products/{product}`",
          "type": "string"
        },
        "attribute": {
          "type": "string",
          "enumDescriptions": [
            "Unspecified attribute",
            "Status of the changed entity"
          ],
          "enum": [
            "ATTRIBUTE_UNSPECIFIED",
            "STATUS"
          ],
          "description": "The attribute in the resource that changed, in this case it will be always `Status`."
        }
      },
      "type": "object",
      "id": "ProductStatusChangeMessage",
      "description": "The message that the merchant will receive to notify about product status change event"
    }
  },
  "parameters": {
    "callback": {
      "description": "JSONP",
      "type": "string",
      "location": "query"
    },
    "fields": {
      "description": "Selector specifying which fields to include in a partial response.",
      "type": "string",
      "location": "query"
    },
    "uploadType": {
      "type": "string",
      "location": "query",
      "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\")."
    },
    "prettyPrint": {
      "description": "Returns response with indentations and line breaks.",
      "default": "true",
      "type": "boolean",
      "location": "query"
    },
    "alt": {
      "enumDescriptions": [
        "Responses with Content-Type of application/json",
        "Media download with context-dependent Content-Type",
        "Responses with Content-Type of application/x-protobuf"
      ],
      "location": "query",
      "default": "json",
      "type": "string",
      "description": "Data format for response.",
      "enum": [
        "json",
        "media",
        "proto"
      ]
    },
    "quotaUser": {
      "type": "string",
      "location": "query",
      "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters."
    },
    "oauth_token": {
      "description": "OAuth 2.0 token for the current user.",
      "type": "string",
      "location": "query"
    },
    "upload_protocol": {
      "type": "string",
      "location": "query",
      "description": "Upload protocol for media (e.g. \"raw\", \"multipart\")."
    },
    "key": {
      "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
      "type": "string",
      "location": "query"
    },
    "$.xgafv": {
      "description": "V1 error format.",
      "enum": [
        "1",
        "2"
      ],
      "type": "string",
      "enumDescriptions": [
        "v1 error format",
        "v2 error format"
      ],
      "location": "query"
    },
    "access_token": {
      "description": "OAuth access token.",
      "type": "string",
      "location": "query"
    }
  },
  "ownerDomain": "google.com",
  "canonicalName": "Merchant",
  "version": "youtube_v1alpha",
  "name": "merchantapi",
  "version_module": true,
  "description": "Programmatically manage your Merchant Center Accounts.",
  "batchPath": "batch",
  "documentationLink": "https://developers.google.com/merchant/api",
  "baseUrl": "https://merchantapi.googleapis.com/",
  "icons": {
    "x16": "http://www.google.com/images/icons/product/search-16.gif",
    "x32": "http://www.google.com/images/icons/product/search-32.gif"
  },
  "auth": {
    "oauth2": {
      "scopes": {
        "https://www.googleapis.com/auth/content": {
          "description": "Manage your product listings and accounts for Google Shopping"
        }
      }
    }
  },
  "kind": "discovery#restDescription",
  "discoveryVersion": "v1",
  "title": "Merchant API",
  "fullyEncodeReservedExpansion": true,
  "servicePath": "",
  "rootUrl": "https://merchantapi.googleapis.com/",
  "basePath": "",
  "mtlsRootUrl": "https://merchantapi.mtls.googleapis.com/",
  "resources": {
    "accounts": {
      "resources": {
        "contracts": {
          "resources": {
            "commissionGroups": {
              "methods": {
                "get": {
                  "id": "merchantapi.accounts.contracts.commissionGroups.get",
                  "flatPath": "youtube/v1alpha/accounts/{accountsId}/contracts/{contractsId}/commissionGroups/{commissionGroupsId}",
                  "response": {
                    "$ref": "CommissionGroup"
                  },
                  "httpMethod": "GET",
                  "path": "youtube/v1alpha/{+name}",
                  "parameters": {
                    "name": {
                      "location": "path",
                      "pattern": "^accounts/[^/]+/contracts/[^/]+/commissionGroups/[^/]+$",
                      "type": "string",
                      "description": "Required. The name of the commission group to retrieve. Format: `accounts/{account}/contracts/{contract}/commissionGroups/{commission_group}`",
                      "required": true
                    }
                  },
                  "description": "Retrieves the specified commission group.",
                  "parameterOrder": [
                    "name"
                  ],
                  "scopes": [
                    "https://www.googleapis.com/auth/content"
                  ]
                },
                "list": {
                  "httpMethod": "GET",
                  "response": {
                    "$ref": "ListCommissionGroupsResponse"
                  },
                  "flatPath": "youtube/v1alpha/accounts/{accountsId}/contracts/{contractsId}/commissionGroups",
                  "id": "merchantapi.accounts.contracts.commissionGroups.list",
                  "parameterOrder": [
                    "parent"
                  ],
                  "scopes": [
                    "https://www.googleapis.com/auth/content"
                  ],
                  "description": "Lists the commission groups for a given contract.",
                  "path": "youtube/v1alpha/{+parent}/commissionGroups",
                  "parameters": {
                    "pageSize": {
                      "format": "int32",
                      "location": "query",
                      "type": "integer",
                      "description": "Optional. The maximum number of commission groups to return. The service may return fewer than this value. If unspecified, at most 100 commission groups will be returned. The maximum value is 100; values above 100 will be coerced to 100."
                    },
                    "parent": {
                      "location": "path",
                      "description": "Required. The contract to list commission groups for. Format: `accounts/{account}/contracts/{contract}`",
                      "required": true,
                      "pattern": "^accounts/[^/]+/contracts/[^/]+$",
                      "type": "string"
                    },
                    "pageToken": {
                      "description": "Optional. A page token, received from a previous `ListCommissionGroups` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListCommissionGroups` must match the call that provided the page token.",
                      "location": "query",
                      "type": "string"
                    }
                  }
                },
                "patch": {
                  "flatPath": "youtube/v1alpha/accounts/{accountsId}/contracts/{contractsId}/commissionGroups/{commissionGroupsId}",
                  "id": "merchantapi.accounts.contracts.commissionGroups.patch",
                  "httpMethod": "PATCH",
                  "response": {
                    "$ref": "CommissionGroup"
                  },
                  "parameters": {
                    "name": {
                      "location": "path",
                      "pattern": "^accounts/[^/]+/contracts/[^/]+/commissionGroups/[^/]+$",
                      "type": "string",
                      "description": "Identifier. The name of the `CommissionGroup` resource. Format: `accounts/{account}/contracts/{contract}/commissionGroups/{commission_group}`",
                      "required": true
                    },
                    "updateMask": {
                      "description": "Required. The list of fields to update. Fields specified in the update mask without a value specified in the body will be deleted from the commission group. If update mask is set to `*`, all fields will be updated.",
                      "location": "query",
                      "type": "string",
                      "format": "google-fieldmask"
                    }
                  },
                  "path": "youtube/v1alpha/{+name}",
                  "parameterOrder": [
                    "name"
                  ],
                  "scopes": [
                    "https://www.googleapis.com/auth/content"
                  ],
                  "request": {
                    "$ref": "CommissionGroup"
                  },
                  "description": "Updates a given commission group."
                },
                "delete": {
                  "id": "merchantapi.accounts.contracts.commissionGroups.delete",
                  "flatPath": "youtube/v1alpha/accounts/{accountsId}/contracts/{contractsId}/commissionGroups/{commissionGroupsId}",
                  "response": {
                    "$ref": "Empty"
                  },
                  "httpMethod": "DELETE",
                  "path": "youtube/v1alpha/{+name}",
                  "parameters": {
                    "name": {
                      "pattern": "^accounts/[^/]+/contracts/[^/]+/commissionGroups/[^/]+$",
                      "type": "string",
                      "description": "Required. The name of the commission group to delete. Format: `accounts/{account}/contracts/{contract}/commissionGroups/{commission_group}`",
                      "required": true,
                      "location": "path"
                    }
                  },
                  "description": "Deletes a given commission group.",
                  "parameterOrder": [
                    "name"
                  ],
                  "scopes": [
                    "https://www.googleapis.com/auth/content"
                  ]
                },
                "create": {
                  "id": "merchantapi.accounts.contracts.commissionGroups.create",
                  "flatPath": "youtube/v1alpha/accounts/{accountsId}/contracts/{contractsId}/commissionGroups",
                  "response": {
                    "$ref": "CommissionGroup"
                  },
                  "httpMethod": "POST",
                  "path": "youtube/v1alpha/{+parent}/commissionGroups",
                  "parameters": {
                    "parent": {
                      "pattern": "^accounts/[^/]+/contracts/[^/]+$",
                      "type": "string",
                      "description": "Required. The parent contract where this commission group will be created. Format: `accounts/{account}/contracts/{contract}`",
                      "required": true,
                      "location": "path"
                    }
                  },
                  "request": {
                    "$ref": "CommissionGroup"
                  },
                  "description": "Creates a new commission group.",
                  "parameterOrder": [
                    "parent"
                  ],
                  "scopes": [
                    "https://www.googleapis.com/auth/content"
                  ]
                }
              }
            }
          },
          "methods": {
            "get": {
              "parameters": {
                "name": {
                  "location": "path",
                  "description": "Required. The name of the contract to retrieve. Format: `accounts/{account}/contracts/{contract}`",
                  "required": true,
                  "pattern": "^accounts/[^/]+/contracts/[^/]+$",
                  "type": "string"
                }
              },
              "path": "youtube/v1alpha/{+name}",
              "parameterOrder": [
                "name"
              ],
              "scopes": [
                "https://www.googleapis.com/auth/content"
              ],
              "description": "Retrieves the specified contract.",
              "flatPath": "youtube/v1alpha/accounts/{accountsId}/contracts/{contractsId}",
              "id": "merchantapi.accounts.contracts.get",
              "httpMethod": "GET",
              "response": {
                "$ref": "Contract"
              }
            },
            "list": {
              "id": "merchantapi.accounts.contracts.list",
              "flatPath": "youtube/v1alpha/accounts/{accountsId}/contracts",
              "response": {
                "$ref": "ListContractsResponse"
              },
              "httpMethod": "GET",
              "path": "youtube/v1alpha/{+parent}/contracts",
              "parameters": {
                "pageSize": {
                  "location": "query",
                  "type": "integer",
                  "format": "int32",
                  "description": "Optional. The maximum number of contracts to return. The service may return fewer than this value. If unspecified, at most 100 contracts will be returned. The maximum value is 100; values above 100 will be coerced to 100."
                },
                "parent": {
                  "description": "Required. The account to list contracts for. Format: `accounts/{account}`",
                  "required": true,
                  "pattern": "^accounts/[^/]+$",
                  "type": "string",
                  "location": "path"
                },
                "pageToken": {
                  "location": "query",
                  "type": "string",
                  "description": "Optional. A page token, received from a previous `ListContracts` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListContracts` must match the call that provided the page token."
                }
              },
              "description": "Lists the contracts for a given account.",
              "parameterOrder": [
                "parent"
              ],
              "scopes": [
                "https://www.googleapis.com/auth/content"
              ]
            },
            "create": {
              "flatPath": "youtube/v1alpha/accounts/{accountsId}/contracts",
              "id": "merchantapi.accounts.contracts.create",
              "httpMethod": "POST",
              "response": {
                "$ref": "Contract"
              },
              "parameters": {
                "parent": {
                  "description": "Required. The parent account where this contract will be created. Format: `accounts/{account}`",
                  "required": true,
                  "pattern": "^accounts/[^/]+$",
                  "type": "string",
                  "location": "path"
                }
              },
              "path": "youtube/v1alpha/{+parent}/contracts",
              "parameterOrder": [
                "parent"
              ],
              "scopes": [
                "https://www.googleapis.com/auth/content"
              ],
              "request": {
                "$ref": "Contract"
              },
              "description": "Creates a new contract."
            },
            "patch": {
              "path": "youtube/v1alpha/{+name}",
              "parameters": {
                "updateMask": {
                  "location": "query",
                  "type": "string",
                  "format": "google-fieldmask",
                  "description": "Required. The list of fields to update. Fields specified in the update mask without a value specified in the body will be deleted from the contract. If update mask is set to `*`, all fields will be updated."
                },
                "name": {
                  "pattern": "^accounts/[^/]+/contracts/[^/]+$",
                  "type": "string",
                  "description": "Identifier. The name of the `Contract` resource. Format: `accounts/{account}/contracts/{contract}`",
                  "required": true,
                  "location": "path"
                }
              },
              "request": {
                "$ref": "Contract"
              },
              "description": "Updates a given contract.",
              "parameterOrder": [
                "name"
              ],
              "scopes": [
                "https://www.googleapis.com/auth/content"
              ],
              "id": "merchantapi.accounts.contracts.patch",
              "flatPath": "youtube/v1alpha/accounts/{accountsId}/contracts/{contractsId}",
              "response": {
                "$ref": "Contract"
              },
              "httpMethod": "PATCH"
            }
          }
        }
      }
    }
  },
  "ownerName": "Google",
  "revision": "20260507"
}
