You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`collection_id`|**Required** The id of the item's collection. |`collectionId=5f74f169fbbb4b118497207a`|
53
+
|`collection_id`|**Optional** The id of the item's collection. If a default collection_id is provided, this field may be ignored. If both are provided, this field overrides the default collection_id.|`collectionId=5f74f169fbbb4b118497207a`|
54
54
|`code`|**Required** The item's code. Must be unique. |`code=896EYSA678`|
55
55
56
56
@@ -72,11 +72,12 @@ You may have some items you don't want to be subject to price verification. This
|`FOXY_SKIP_PRICE_CODES`| "" | A comma separated list of code values (this is the value set in your 'code' field in Webflow or in the field you set with `code_field` parameter. **The items with these codes will skip price verification**. |
76
-
|`FOXY_SKIP_INVENTORY_CODES`| "" | A comma separated list of code values (this is the value set in your 'code' field in Webflow or in the field you set with `code_field` parameter. **The items with these codes will skip inventory verification**. |
77
-
|`FOXY_FIELD_CODE`| "code" | The name of the field that stores the code in the webflow collection. |
78
-
|`FOXY_FIELD_PRICE`| "price" | The name of the field that stores the price in the webflow collection. |
79
-
|`FOXY_FIELD_INVENTORY`| "inventory" | The name of the field that stores the inventory in the webflow collection. Set this variable to "false" (without the quotes) to disable inventory verification for all items. |
75
+
|`FOXY_SKIP_PRICE_CODES`| "" | A comma separated list of code values (this is the value set in your 'code' field in Webflow or in the field you set with `code_field` parameter. **The items with these codes will skip price verification**. |
76
+
|`FOXY_SKIP_INVENTORY_CODES`| "" | A comma separated list of code values (this is the value set in your 'code' field in Webflow or in the field you set with `code_field` parameter. **The items with these codes will skip inventory verification**. |
77
+
|`FOXY_FIELD_CODE`| "code" | The name of the field that stores the code in the webflow collection. |
78
+
|`FOXY_FIELD_PRICE`| "price" | The name of the field that stores the price in the webflow collection. |
79
+
|`FOXY_FIELD_INVENTORY`| "inventory" | The name of the field that stores the inventory in the webflow collection. Set this variable to "false" (without the quotes) to disable inventory verification for all items. |
80
+
|`FOXY_WEBFLOW_COLLECTION`| "" | The id of the collection that contains the products. If this is set, there is no need to set `collection_id` in the HTML. |
0 commit comments