Method: inventory.partners.feeds.getStatus

  • Retrieves the status of a previously uploaded feed by a specified aggregator.

  • Uses the HTTP GET method and requires a feed resource name as a path parameter.

  • Request body should be empty, and a successful response includes a FeedStatus object.

  • Requires authorization with the https://www.googleapis.com/auth/mapsbooking scope.

Retrieves the Status of a previously uploaded feed by the specified aggregator, and returns it.

HTTP request

GET https://mapsbooking.googleapis.com/v1alpha/inventory/{name=partners/*/feeds/*/*}/status

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

The feed resource name, which has the format of

  • partners/{partner_id}/feeds/merchants/{fileName}
  • partners/{partner_id}/feeds/services/{fileName}
  • partners/{partner_id}/feeds/availability/{fileName}

Request body

The request body must be empty.

Response body

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

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/mapsbooking