POST Stores/AddGoogleShoppingConfiguration

Request Information

URI Parameters

None.

Body Parameters

GoogleShoppingConfigurationBinding
NameDescriptionTypeAdditional 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.

Request 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:
<GoogleShoppingConfigurationBinding xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.SysAdmin.Models.Binding.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>
</GoogleShoppingConfigurationBinding>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.