Skip to content

Commit cb47dbf

Browse files
channel-specs remove unused fields for v1 (#347)
Part of shop/issues-multi-channel-management#1966 This PR updates the channel configuration specifications templates ### Checklist - [x] I have 🎩'd these changes - [x] I have squashed my commits into chunks of work with meaningful commit messages
2 parents 596019c + 0ae09b6 commit cb47dbf

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

channel-config/specifications/example-de.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ productFeedManagement = "manual"
77
bundles = true
88
digitalProducts = true
99
subscriptions = false
10-
variantModel = "products"
11-
multiLocationInventory = true
1210
combinedListings = true
1311
unlistedProducts = true
1412

channel-config/specifications/example-us.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ productFeedManagement = "automatic"
77
bundles = true
88
digitalProducts = true
99
subscriptions = false
10-
variantModel = "products"
11-
multiLocationInventory = true
1210
combinedListings = true
1311
unlistedProducts = true
1412

@@ -21,4 +19,4 @@ code = "US"
2119
languages = [
2220
"en"
2321
]
24-
currency = "USD"
22+
currency = "USD"

0 commit comments

Comments
 (0)