Created
November 4, 2015 01:30
-
-
Save amoreira/ea963dfbf20524658645 to your computer and use it in GitHub Desktop.
SettingsError
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| PUT http://basedevmkp.beta.myvtex.com/_resources/_settings/?route=product&id=sku-selector | |
| Headers | |
| x-vtex-workspace = [email protected] | |
| { | |
| "component": "[email protected]", | |
| "settings": { | |
| "skuVariations": [ | |
| {"name": "Tamanho", "values": ["PP", "P", "M", "G", "GG"], "displayType": "picker"}, | |
| {"name": "Cor", "values": ['Branco', 'Preto', 'Laranja'], "displayType": "img"}]} | |
| } | |
| -- | |
| GET http://api.beta.vtex.com/basedevmkp/workspaces/[email protected]/files?content=true&i=storefront/ | |
| Response = "sku-selector": {..} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment