google_api_content v0.4.0 API Reference

Modules

API calls for all endpoints tagged Accounts

API calls for all endpoints tagged Accountstatuses

API calls for all endpoints tagged Accounttax

API calls for all endpoints tagged Datafeeds

API calls for all endpoints tagged Datafeedstatuses

API calls for all endpoints tagged Inventory

API calls for all endpoints tagged Liasettings

API calls for all endpoints tagged Orderinvoices

API calls for all endpoints tagged Orderpayments

API calls for all endpoints tagged Orderreports

API calls for all endpoints tagged Orderreturns

API calls for all endpoints tagged Orders

API calls for all endpoints tagged Pos

API calls for all endpoints tagged Products

API calls for all endpoints tagged Productstatuses

API calls for all endpoints tagged Shippingsettings

Handle Tesla connections for GoogleApi.Content.V2

Helper functions for deserializing responses into models

Account data. After the creation of a new account it may take a few minutes before it is fully operational. The methods delete, insert, patch, and update require the admin role

The status of an account, i.e., information about its products, which is computed offline and not returned immediately at insertion time

An example of an item that has poor data quality. An item value on the landing page differs from what is submitted, or conflicts with a policy

The tax settings of a merchant account. All methods require the admin role

Tax calculation rule to apply in a state or province (USA only)

A batch entry encoding a single non-batch accounts request

A batch entry encoding a single non-batch accounts response

A batch entry encoding a single non-batch accountstatuses request

A batch entry encoding a single non-batch accountstatuses response

A batch entry encoding a single non-batch accounttax request

A batch entry encoding a single non-batch accounttax response

Datafeed configuration data

The required fields vary based on the frequency of fetching. For a monthly fetch schedule, day_of_month and hour are required. For a weekly fetch schedule, weekday and hour are required. For a daily fetch schedule, only hour is required

The status of a datafeed, i.e., the result of the last retrieval of the datafeed computed asynchronously when the feed processing is finished

An error occurring in the feed, like "invalid price"

An example occurrence for a particular error

A batch entry encoding a single non-batch datafeeds request

A batch entry encoding a single non-batch datafeeds response

A batch entry encoding a single non-batch datafeedstatuses request

A batch entry encoding a single non-batch datafeedstatuses response

An error returned by the API

A list of errors returned by a failed batch entry

A non-empty list of row or column headers for a table. Exactly one of prices, weights, numItems, postalCodeGroupNames, or locations must be set

A batch entry encoding a single non-batch inventory request

A batch entry encoding a single non-batch inventory response

Local Inventory ads (LIA) settings. All methods except listposdataproviders require the admin role

Order. All methods require the order manager role

Order disbursement. All methods require the payment analyst role

The absolute quantity of an item available at the given store

The change of the available quantity of an item at the given store

Product data. After inserting, updating, or deleting a product, it may take several minutes before changes take effect

The status of a product, i.e., information about a product computed asynchronously by the data quality analysis

A batch entry encoding a single non-batch products request

A batch entry encoding a single non-batch products response

A batch entry encoding a single non-batch productstatuses request

A batch entry encoding a single non-batch productstatuses response

The merchant account's shipping settings. All methods except getsupportedcarriers and getsupportedholidays require the admin role

A batch entry encoding a single non-batch shippingsettings request

A batch entry encoding a single non-batch shipping settings response

The single value of a rate group or the value of a rate group table's cell. Exactly one of noShipping, flatRate, pricePercentage, carrierRateName, subtableName must be set

Helper functions for building Tesla requests