Method: projects.locations.catalogs.branches.products.export

Exports multiple Products.

HTTP request

POST https://retail.googleapis.com/v2alpha/{parent=projects/*/locations/*/catalogs/*/branches/*}/products:export

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Resource name of a Branch, and default_branch for branchId component is supported. For example projects/1234/locations/global/catalogs/default_catalog/branches/default_branch

Request body

The request body contains data with the following structure:

JSON representation
{
  "outputConfig": {
    object (OutputConfig)
  },
  "filter": string
}
Fields
outputConfig

object (OutputConfig)

Required. The output location of the data.

filter
(deprecated)

string

Deprecated: This field is deprecated. Any filter provided will be ignored.

Response body

If successful, the response body contains an instance of Operation.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the parent resource:

  • retail.products.export

For more information, see the IAM documentation.