public class ShoppingContent.Pos extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
ShoppingContent.Pos.Custombatch |
class |
ShoppingContent.Pos.Delete |
class |
ShoppingContent.Pos.Get |
class |
ShoppingContent.Pos.Insert |
class |
ShoppingContent.Pos.Inventory |
class |
ShoppingContent.Pos.List |
class |
ShoppingContent.Pos.Sale |
| Constructor and Description |
|---|
Pos() |
| Modifier and Type | Method and Description |
|---|---|
ShoppingContent.Pos.Custombatch |
custombatch(PosCustomBatchRequest content)
Batches multiple POS-related calls in a single request.
|
ShoppingContent.Pos.Delete |
delete(BigInteger merchantId,
BigInteger targetMerchantId,
String storeCode)
Deletes a store for the given merchant.
|
ShoppingContent.Pos.Get |
get(BigInteger merchantId,
BigInteger targetMerchantId,
String storeCode)
Retrieves information about the given store.
|
ShoppingContent.Pos.Insert |
insert(BigInteger merchantId,
BigInteger targetMerchantId,
PosStore content)
Creates a store for the given merchant.
|
ShoppingContent.Pos.Inventory |
inventory(BigInteger merchantId,
BigInteger targetMerchantId,
PosInventoryRequest content)
Submit inventory for the given merchant.
|
ShoppingContent.Pos.List |
list(BigInteger merchantId,
BigInteger targetMerchantId)
Lists the stores of the target merchant.
|
ShoppingContent.Pos.Sale |
sale(BigInteger merchantId,
BigInteger targetMerchantId,
PosSaleRequest content)
Submit a sale event for the given merchant.
|
public ShoppingContent.Pos.Custombatch custombatch(PosCustomBatchRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the PosCustomBatchRequestIOExceptionpublic ShoppingContent.Pos.Delete delete(BigInteger merchantId, BigInteger targetMerchantId, String storeCode) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.merchantId - The ID of the POS or inventory data provider.targetMerchantId - The ID of the target merchant.storeCode - A store code that is unique per merchant.IOExceptionpublic ShoppingContent.Pos.Get get(BigInteger merchantId, BigInteger targetMerchantId, String storeCode) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.merchantId - The ID of the POS or inventory data provider.targetMerchantId - The ID of the target merchant.storeCode - A store code that is unique per merchant.IOExceptionpublic ShoppingContent.Pos.Insert insert(BigInteger merchantId, BigInteger targetMerchantId, PosStore content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.merchantId - The ID of the POS or inventory data provider.targetMerchantId - The ID of the target merchant.content - the PosStoreIOExceptionpublic ShoppingContent.Pos.Inventory inventory(BigInteger merchantId, BigInteger targetMerchantId, PosInventoryRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.merchantId - The ID of the POS or inventory data provider.targetMerchantId - The ID of the target merchant.content - the PosInventoryRequestIOExceptionpublic ShoppingContent.Pos.List list(BigInteger merchantId, BigInteger targetMerchantId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.merchantId - The ID of the POS or inventory data provider.targetMerchantId - The ID of the target merchant.IOExceptionpublic ShoppingContent.Pos.Sale sale(BigInteger merchantId, BigInteger targetMerchantId, PosSaleRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.merchantId - The ID of the POS or inventory data provider.targetMerchantId - The ID of the target merchant.content - the PosSaleRequestIOExceptionCopyright © 2011–2024 Google. All rights reserved.