Creates a store for the given merchant. Try it now.
Request
HTTP request
POST https://www.googleapis.com/content/v2.1/merchantId/pos/targetMerchantId/store
Parameters
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
merchantId |
unsigned long |
The ID of the POS or inventory data provider. |
targetMerchantId |
unsigned long |
The ID of the target merchant. |
Authorization
This request requires authorization with the following scope:
Scope |
---|
https://www.googleapis.com/auth/content |
Request body
In the request body, supply a Pos resource with the following properties:
Property name | Value | Description | Notes |
---|---|---|---|
Required Properties | |||
storeAddress |
string |
The street address of the store. | writable |
storeCode |
string |
A store identifier that is unique for the given merchant. | writable |
Response
If successful, this method returns a Pos resource in the response body.
Try it!
Use the APIs Explorer below to call this method on live data and see the response.