...
When you access “Semantics tab”, you need to enter the fields and perform the steps you usually do.
...
Step 4: Send your data
When sending your data, add an new header (swConfigurationName) to specify which configuration you want to use.
Code Block |
---|
POST {root_url}/vcloud/v1/stores/{storeId}/items
Headers:
swConfigurationName: MENDY
Content-Type: application/json
Ocp-Apim-Subscription-Key: ••••••••••••••••••••••••••••••••
[
{
"ID": "1245",
"SKU": "ABCDE"
}
] |
For more information regarding how to send data, please refer to https://api-portal-eu.vusion.io/Quickstart-VCloudAPI-vcloud or https://api-portal-us.vusion.io/Quickstart-VCloudAPI-vcloud
Please note the following behavior with this new header:
↓ sent header \ Studio configurations→ | None | One | Many |
---|---|---|---|
null or missing | process as usual | process as usual | process as usual |
default | process as usual | Use this configuration | Fail (data is ignored) |
Known value (from the list of configurations) | n/a | Use this configuration | Use the specified one |
Unknown value | fail | fail | fail |