PUT Stores/ModifyGoogleShoppingConfiguration

Modifies an existing GoogleShoppingConfiguration.

Request Information

URI Parameters

None.

Body Parameters

GoogleShoppingConfigurationBinding
NameDescriptionTypeAdditional information
ID

integer

None.

MerchantID

string

Required

ContentApiKeyJson

string

Required

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "MerchantID": "sample string 2",
  "ContentApiKeyJson": "sample string 3"
}

application/xml, text/xml

Sample:
<GoogleShoppingConfigurationBinding xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Binding.Store">
  <ContentApiKeyJson>sample string 3</ContentApiKeyJson>
  <ID>1</ID>
  <MerchantID>sample string 2</MerchantID>
</GoogleShoppingConfigurationBinding>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>