File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
specs/ingestion/common/schemas Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -126,9 +126,30 @@ SourceBigCommerce:
126
126
storeHash :
127
127
type : string
128
128
description : The store hash identifying the store the shopper is signing in to.
129
+ channels :
130
+ type : array
131
+ items :
132
+ $ref : " #/BigCommerceChannel"
129
133
required :
130
134
- store_hash
131
135
136
+ BigCommerceChannel :
137
+ type : object
138
+ additionalProperties : false
139
+ properties :
140
+ id :
141
+ type : integer
142
+ description : The ID of the bigcommerce channel.
143
+ currencies :
144
+ type : array
145
+ description : An array of currencies for the given channel `ID`, a currency is a trigram string that represents the currency code.
146
+ example : ['usd','eur']
147
+ items :
148
+ type : string
149
+ example : " usd"
150
+ required :
151
+ - id
152
+
132
153
MethodType :
133
154
type : string
134
155
enum : ['GET', 'POST']
You can’t perform that action at this time.
0 commit comments