put https://{accountName}.{environment}.com.br/api/catalog/pvt/brand/
Updates a previously existing Brand.
Request body has the following properties:
Attribute | Type | Description |
---|---|---|
Id | integer | Brand’s numerical identifier |
Name | string | Brand’s name |
Text | string | Brand’s description |
Keywords | string | Substitutes words for the Brand |
SiteTitle | string | Brand’s page title |
Active | boolean | If the Brand is active |
MenuHome | boolean | If the Brand shows on the home menu or not |
AdWordsRemarketingCode | string | Shows the specific code for the AdWords remarketing platform |
LomadeeCampaignCode | string | Shows the specific code for the LomadeeCampaig |
Score | integer | Score for search ordination |
LinkId | string | Brand’s link ID |
Request body example:
{
"Id": 2000003,
"Name": "Orma Carbono",
"Text": "Orma Carbon",
"Keywords": "orma",
"SiteTitle": "Orma Carbon",
"Active": true,
"MenuHome": true,
"AdWordsRemarketingCode": "",
"LomadeeCampaignCode": "",
"Score": null,
"LinkId": "Orma-Carbon"
}
Response body has the following properties:
Attribute | Type | Description |
---|---|---|
Id | integer | Brand’s numerical identifier |
Name | string | Brand’s name |
Text | string | Brand’s description |
Keywords | string | Substitutes words for the Brand |
SiteTitle | string | Brand’s page title |
Active | boolean | If the Brand is active |
MenuHome | boolean | If the Brand shows on the home menu or not |
AdWordsRemarketingCode | string | Shows the specific code for the AdWords remarketing platform |
LomadeeCampaignCode | string | Shows the specific code for the LomadeeCampaig |
Score | integer | Score for search ordination |
LinkId | string | Brand’s link ID |
Request body example:
{
"Id": 2000000,
"Name": "Orma Carbono",
"Text": "Orma Carbon",
"Keywords": "orma",
"SiteTitle": "Orma Carbon",
"Active": true,
"MenuHome": true,
"AdWordsRemarketingCode": "",
"LomadeeCampaignCode": "",
"Score": null,
"LinkId": "Craft"
}