Setting the file. One moment.
Bigcommerce · Rp Source CSV · wix/skills · Skills Docs
ContentsBack to the top of the page (opens in a new tab)
vendors/ bigcommerce.json
JSON · 66 lines · 3 KB
],
8 "negative" : [ "Handle" , "attribute_set_code" , "Attribute 1 value(s)" ]
9 },
10 "layout" : {
11 "pattern" : "sectioned" ,
12 "discriminatorColumn" : "Item Type" ,
13 "childLevels" : [ "SKU" ],
14 "parentRefColumn" : null ,
15 "parentEntity" : "product" ,
16 "childEntity" : "variant" ,
17 "columnGroups" : [
18 {
19 "entity" : "image" ,
20 "prefixes" : [ "Product Image " ],
21 "columns" : []
22 }
23 ]
24 },
25 "derived" : [
26 {
27 "entity" : "category" ,
28 "fromColumn" : "Category" ,
29 "hierarchySeparator" : "/" ,
30 "multiValueSeparator" : ";" ,
31 "hierarchical" : true ,
32 "linkPolicy" : "leaf" ,
33 "relation" : { "fromEntity" : "product" , "field" : "categories" , "cardinality" : "many-to-many" }
34 }
35 ],
36 "fileRoles" : [
37 { "role" : "product" , "filenameHints" : [ "products" , "product_export" ] },
38 { "role" : "customer" , "filenameHints" : [ "customers" ] },
39 { "role" : "order" , "filenameHints" : [ "orders" ] }
40 ],
41 "columnMap" : [
42 { "wixTarget" : "product.name" , "aliases" : [ "Product Name" ] },
43 { "wixTarget" : "product.description" , "aliases" : [ "Product Description" ] },
44 { "wixTarget" : "product.brand" , "aliases" : [ "Brand Name" ] },
45 { "wixTarget" : "product.sourceId" , "aliases" : [ "Product ID" ] },
46 { "wixTarget" : "product.visible" , "aliases" : [ "Product Visible?" ] },
47 { "wixTarget" : "product.seoTitle" , "aliases" : [ "Page Title" ] },
48 { "wixTarget" : "variant.sku" , "aliases" : [ "Product Code/SKU" ] },
49 { "wixTarget" : "variant.price" , "aliases" : [ "Price" ] },
50 { "wixTarget" : "variant.cost" , "aliases" : [ "Cost Price" ] },
51 { "wixTarget" : "variant.discountedPrice" , "aliases" : [ "Sale Price" ] },
52 { "wixTarget" : "variant.weight" , "aliases" : [ "Product Weight" ] },
53 { "wixTarget" : "variant.width" , "aliases" : [ "Product Width" ] },
54 { "wixTarget" : "variant.height" , "aliases" : [ "Product Height" ] },
55 { "wixTarget" : "variant.inventoryQuantity" , "aliases" : [ "Current Stock Level" ] },
56 { "wixTarget" : "image.url" , "aliases" : [ "Product Image File - 1" , "Product Image File" ] },
57 { "wixTarget" : "image.altText" , "aliases" : [ "Product Image Description - 1" ] },
58 { "wixTarget" : "category.path" , "aliases" : [ "Category" ] }
59 ],
60 "quirks" : [
61 "Item Type is the row discriminator: 'Product' rows are products and 'SKU' rows are their variants; a SKU row belongs to the most recent Product row above it, since there is no parent-reference column." ,
62 "Category packs multiple '/'-separated paths separated by ';'." ,
63 "Image columns are numbered per image ('Product Image File - 1', '- 2', …), so the image set is a column family on a single row rather than extra rows." ,
64 "'Product Visible?' and 'Allow Purchases?' are Y/N strings rather than TRUE/FALSE."
65 ]
66 }