content  v2.1
Classes | Public Member Functions | List of all members
Google.Apis.ShoppingContent.v2_1.PosResource Class Reference

The "pos" collection of methods. More...

Classes

class  CustombatchRequest
 Batches multiple POS-related calls in a single request. More...
 
class  DeleteRequest
 Deletes a store for the given merchant. More...
 
class  GetRequest
 Retrieves information about the given store. More...
 
class  InsertRequest
 Creates a store for the given merchant. More...
 
class  InventoryRequest
 Submit inventory for the given merchant. More...
 
class  ListRequest
 Lists the stores of the target merchant. More...
 
class  SaleRequest
 Submit a sale event for the given merchant. More...
 

Public Member Functions

 PosResource (Google.Apis.Services.IClientService service)
 Constructs a new resource. More...
 
virtual CustombatchRequest Custombatch (Google.Apis.ShoppingContent.v2_1.Data.PosCustomBatchRequest body)
 Batches multiple POS-related calls in a single request. More...
 
virtual DeleteRequest Delete (ulong merchantId, ulong targetMerchantId, string storeCode)
 Deletes a store for the given merchant. More...
 
virtual GetRequest Get (ulong merchantId, ulong targetMerchantId, string storeCode)
 Retrieves information about the given store. More...
 
virtual InsertRequest Insert (Google.Apis.ShoppingContent.v2_1.Data.PosStore body, ulong merchantId, ulong targetMerchantId)
 Creates a store for the given merchant. More...
 
virtual InventoryRequest Inventory (Google.Apis.ShoppingContent.v2_1.Data.PosInventoryRequest body, ulong merchantId, ulong targetMerchantId)
 Submit inventory for the given merchant. More...
 
virtual ListRequest List (ulong merchantId, ulong targetMerchantId)
 Lists the stores of the target merchant. More...
 
virtual SaleRequest Sale (Google.Apis.ShoppingContent.v2_1.Data.PosSaleRequest body, ulong merchantId, ulong targetMerchantId)
 Submit a sale event for the given merchant. More...
 

Detailed Description

The "pos" collection of methods.

Constructor & Destructor Documentation

◆ PosResource()

Google.Apis.ShoppingContent.v2_1.PosResource.PosResource ( Google.Apis.Services.IClientService  service)
inline

Constructs a new resource.

Member Function Documentation

◆ Custombatch()

virtual CustombatchRequest Google.Apis.ShoppingContent.v2_1.PosResource.Custombatch ( Google.Apis.ShoppingContent.v2_1.Data.PosCustomBatchRequest  body)
inlinevirtual

Batches multiple POS-related calls in a single request.

Parameters
bodyThe body of the request.

◆ Delete()

virtual DeleteRequest Google.Apis.ShoppingContent.v2_1.PosResource.Delete ( ulong  merchantId,
ulong  targetMerchantId,
string  storeCode 
)
inlinevirtual

Deletes a store for the given merchant.

Parameters
merchantIdThe ID of the POS or inventory data provider.
targetMerchantIdThe ID of the target merchant.
storeCodeA store code that is unique per merchant.

◆ Get()

virtual GetRequest Google.Apis.ShoppingContent.v2_1.PosResource.Get ( ulong  merchantId,
ulong  targetMerchantId,
string  storeCode 
)
inlinevirtual

Retrieves information about the given store.

Parameters
merchantIdThe ID of the POS or inventory data provider.
targetMerchantIdThe ID of the target merchant.
storeCodeA store code that is unique per merchant.

◆ Insert()

virtual InsertRequest Google.Apis.ShoppingContent.v2_1.PosResource.Insert ( Google.Apis.ShoppingContent.v2_1.Data.PosStore  body,
ulong  merchantId,
ulong  targetMerchantId 
)
inlinevirtual

Creates a store for the given merchant.

Parameters
bodyThe body of the request.
merchantIdThe ID of the POS or inventory data provider.
targetMerchantIdThe ID of the target merchant.

◆ Inventory()

virtual InventoryRequest Google.Apis.ShoppingContent.v2_1.PosResource.Inventory ( Google.Apis.ShoppingContent.v2_1.Data.PosInventoryRequest  body,
ulong  merchantId,
ulong  targetMerchantId 
)
inlinevirtual

Submit inventory for the given merchant.

Parameters
bodyThe body of the request.
merchantIdThe ID of the POS or inventory data provider.
targetMerchantIdThe ID of the target merchant.

◆ List()

virtual ListRequest Google.Apis.ShoppingContent.v2_1.PosResource.List ( ulong  merchantId,
ulong  targetMerchantId 
)
inlinevirtual

Lists the stores of the target merchant.

Parameters
merchantIdThe ID of the POS or inventory data provider.
targetMerchantIdThe ID of the target merchant.

◆ Sale()

virtual SaleRequest Google.Apis.ShoppingContent.v2_1.PosResource.Sale ( Google.Apis.ShoppingContent.v2_1.Data.PosSaleRequest  body,
ulong  merchantId,
ulong  targetMerchantId 
)
inlinevirtual

Submit a sale event for the given merchant.

Parameters
bodyThe body of the request.
merchantIdThe ID of the POS or inventory data provider.
targetMerchantIdThe ID of the target merchant.

The documentation for this class was generated from the following file: