Use this call to update BigCommerce configurators.
A configurator hosts common details for listings such as listing type, return policy, payment methods, shipping info, attributes, listing categories, etc. Configurators offer an efficient way of creating listings in bulk that follow a common theme. The same configurator can be used to list multiple items that share common details. To find out more about configurators you can visit our documentation
Name | Type | Description |
---|---|---|
configs | List<BigCommerceConfigurator> | Configs to update |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/Listings/UpdateBigcommerceConfigurators
Connection: keep-alive
Accept: application/json
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Accept-Encoding: gzip, deflate
Authorization: INSERT_YOUR_TOKEN_HERE
This is an example of the request structure. Results will vary depending on your data.
configs=[
{
"Attributes": [
{
"Name": "sample string 1",
"Type": 0,
"MaxLength": 2,
"Label": "sample string 3",
"Value": "sample string 4",
"ExtendedProperty": "sample string 5",
"Default": true
}
],
"OptionSetName": "sample string 1",
"VarAttributes": [
{
"Name": "sample string 1",
"ExtendedProperty": "sample string 2",
"Type": "sample string 3",
"TypeLabel": "sample string 4"
}
],
"UserAttributes": [
{
"Id": "sample string 1",
"Type": "sample string 2",
"Name": "sample string 3",
"ExtendedProperty": "sample string 4",
"IsRequired": true,
"MaxFileSize": 6,
"AllowedFileTypes": "sample string 7",
"SelectOptions": "sample string 8",
"SortOrder": 9
}
],
"pkConfigid": "a4e15c08-fd88-4260-a97e-e74694ca30f7",
"Categories": [
{
"Id": "sample string 1",
"Name": "sample string 2",
"Path": "sample string 3",
"Default": true
}
],
"Site": "sample string 3",
"ConfigName": "sample string 4",
"CategoryExtendedProperty": "sample string 5",
"ManageStock": true,
"ShowInInventory": true,
"IsChanged": true,
"LastUpdateTime": 9,
"LastUpdateSessionId": "sample string 10",
"AssociatedSingle": 11,
"AssociatedVariation": 12,
"TotalAttributes": 13,
"TotalVarAttributes": 14,
"VarTitleExtProperty": "sample string 15",
"UseMainItemImages": true,
"GltConfiguratorId": 1
}
]
This is an example of the response JSON. Results will vary depending on your data.