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 PosCustomBatchRequest
IOException
public 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.IOException
public 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.IOException
public 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 PosStore
IOException
public 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 PosInventoryRequest
IOException
public 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.IOException
public 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 PosSaleRequest
IOException
Copyright © 2011–2024 Google. All rights reserved.