ProductsResource class

Constructors

ProductsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

custombatch(ProductsCustomBatchRequest request, {String? $fields}) Future<ProductsCustomBatchResponse>
Retrieves, inserts, and deletes multiple products in a single request.
delete(String merchantId, String productId, {String? feedId, String? $fields}) Future<void>
Deletes a product from your Merchant Center account.
get(String merchantId, String productId, {String? $fields}) Future<Product>
Retrieves a product from your Merchant Center account.
insert(Product request, String merchantId, {String? feedId, String? $fields}) Future<Product>
Uploads a product to your Merchant Center account.
list(String merchantId, {int? maxResults, String? pageToken, String? $fields}) Future<ProductsListResponse>
Lists the products in your Merchant Center account.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(Product request, String merchantId, String productId, {String? updateMask, String? $fields}) Future<Product>
Updates an existing product in your Merchant Center account.

Operators

operator ==(Object other) bool
The equality operator.
inherited