Pos
class Pos extends Resource (View source)
The "pos" collection of methods.
Typical usage is:
$contentService = new Google\Service\ShoppingContent(...);
$pos = $contentService->pos;
Methods
Batches multiple POS-related calls in a single request. (pos.custombatch)
Deletes a store for the given merchant. (pos.delete)
Retrieves information about the given store. (pos.get)
Submit inventory for the given merchant. (pos.inventory)
Lists the stores of the target merchant. (pos.listPos)
Submit a sale event for the given merchant. (pos.sale)
Details
PosCustomBatchResponse
custombatch(PosCustomBatchRequest $postBody, array $optParams = [])
Batches multiple POS-related calls in a single request. (pos.custombatch)
delete(string $merchantId, string $targetMerchantId, string $storeCode, array $optParams = [])
Deletes a store for the given merchant. (pos.delete)
PosStore
get(string $merchantId, string $targetMerchantId, string $storeCode, array $optParams = [])
Retrieves information about the given store. (pos.get)
PosStore
insert(string $merchantId, string $targetMerchantId, PosStore $postBody, array $optParams = [])
Creates a store for the given merchant. (pos.insert)
PosInventoryResponse
inventory(string $merchantId, string $targetMerchantId, PosInventoryRequest $postBody, array $optParams = [])
Submit inventory for the given merchant. (pos.inventory)
PosListResponse
listPos(string $merchantId, string $targetMerchantId, array $optParams = [])
Lists the stores of the target merchant. (pos.listPos)
PosSaleResponse
sale(string $merchantId, string $targetMerchantId, PosSaleRequest $postBody, array $optParams = [])
Submit a sale event for the given merchant. (pos.sale)