Content API for Shopping

Instance Methods

accounts()

Returns the accounts Resource.

accountstatuses()

Returns the accountstatuses Resource.

accounttax()

Returns the accounttax Resource.

buyongoogleprograms()

Returns the buyongoogleprograms Resource.

collections()

Returns the collections Resource.

collectionstatuses()

Returns the collectionstatuses Resource.

csses()

Returns the csses Resource.

datafeeds()

Returns the datafeeds Resource.

datafeedstatuses()

Returns the datafeedstatuses Resource.

freelistingsprogram()

Returns the freelistingsprogram Resource.

liasettings()

Returns the liasettings Resource.

localinventory()

Returns the localinventory Resource.

orderinvoices()

Returns the orderinvoices Resource.

orderreports()

Returns the orderreports Resource.

orderreturns()

Returns the orderreturns Resource.

orders()

Returns the orders Resource.

ordertrackingsignals()

Returns the ordertrackingsignals Resource.

pos()

Returns the pos Resource.

products()

Returns the products Resource.

productstatuses()

Returns the productstatuses Resource.

promotions()

Returns the promotions Resource.

pubsubnotificationsettings()

Returns the pubsubnotificationsettings Resource.

regionalinventory()

Returns the regionalinventory Resource.

regions()

Returns the regions Resource.

reports()

Returns the reports Resource.

repricingrules()

Returns the repricingrules Resource.

returnaddress()

Returns the returnaddress Resource.

returnpolicy()

Returns the returnpolicy Resource.

returnpolicyonline()

Returns the returnpolicyonline Resource.

settlementreports()

Returns the settlementreports Resource.

settlementtransactions()

Returns the settlementtransactions Resource.

shippingsettings()

Returns the shippingsettings Resource.

shoppingadsprogram()

Returns the shoppingadsprogram Resource.

close()

Close httplib2 connections.

new_batch_http_request()

Create a BatchHttpRequest object based on the discovery document.

Method Details

close()
Close httplib2 connections.
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.