Content API for Shopping . 1

Instance Methods

accounts()

Returns the accounts Resource.

accountstatuses()

Returns the accountstatuses Resource.

accounttax()

Returns the accounttax Resource.

datafeeds()

Returns the datafeeds Resource.

datafeedstatuses()

Returns the datafeedstatuses Resource.

liasettings()

Returns the liasettings Resource.

orderinvoices()

Returns the orderinvoices Resource.

orderreports()

Returns the orderreports Resource.

orderreturns()

Returns the orderreturns Resource.

orders()

Returns the orders Resource.

pos()

Returns the pos Resource.

products()

Returns the products Resource.

productstatuses()

Returns the productstatuses Resource.

pubsubnotificationsettings()

Returns the pubsubnotificationsettings Resource.

regionalinventory()

Returns the regionalinventory Resource.

returnaddress()

Returns the returnaddress Resource.

returnpolicy()

Returns the returnpolicy Resource.

shippingsettings()

Returns the shippingsettings Resource.

new_batch_http_request()

Create a BatchHttpRequest object based on the discovery document.

Method Details

new_batch_http_request()
Create a BatchHttpRequest object based on the discovery document.

        Args:
          callback: callable, A callback to be called for each response, of the
            form callback(id, response, exception). The first parameter is the
            request id, and the second is the deserialized response object. The
            third is an apiclient.errors.HttpError exception object if an HTTP
            error occurred while processing the request, or None if no error
            occurred.

        Returns:
          A BatchHttpRequest object based on the discovery document.