POST Stores/GoogleShoppingConfiguration
Request Information
URI Parameters
None.
Body Parameters
GetGoogleShoppingConfigurationRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1
}
application/xml, text/xml
Sample:
<GetGoogleShoppingConfigurationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.SysAdmin.Models.View.Store"> <ID>1</ID> </GetGoogleShoppingConfigurationRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
GoogleShoppingConfiguration| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| MerchantID | string |
Required |
|
| ContentApiKeyJson | string |
Required |
|
| MerchantApiAccountId | string |
None. |
|
| MerchantApiDataSource | string |
None. |
|
| MerchantApiLanguageID | integer |
None. |
|
| MerchantApiFeedLabel | string |
None. |
|
| MerchantApiSyncEnabled | boolean |
None. |
|
| MerchantApiDryRun | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"MerchantID": "sample string 2",
"ContentApiKeyJson": "sample string 3",
"MerchantApiAccountId": "sample string 4",
"MerchantApiDataSource": "sample string 5",
"MerchantApiLanguageID": 1,
"MerchantApiFeedLabel": "sample string 6",
"MerchantApiSyncEnabled": true,
"MerchantApiDryRun": true
}
application/xml, text/xml
Sample:
<GoogleShoppingConfiguration xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.SysAdmin.Models.View.Store"> <ContentApiKeyJson>sample string 3</ContentApiKeyJson> <ID>1</ID> <MerchantApiAccountId>sample string 4</MerchantApiAccountId> <MerchantApiDataSource>sample string 5</MerchantApiDataSource> <MerchantApiDryRun>true</MerchantApiDryRun> <MerchantApiFeedLabel>sample string 6</MerchantApiFeedLabel> <MerchantApiLanguageID>1</MerchantApiLanguageID> <MerchantApiSyncEnabled>true</MerchantApiSyncEnabled> <MerchantID>sample string 2</MerchantID> </GoogleShoppingConfiguration>