File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.8.3 " ,
2
+ "version" : " 0.8.4 " ,
3
3
"license" : " MIT" ,
4
4
"main" : " dist/index.js" ,
5
5
"typings" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -235,6 +235,13 @@ export interface InputVariantParams {
235
235
name : string ;
236
236
value ?: string | number ; //Mixed
237
237
} [ ] ;
238
+ channels : {
239
+ warehouses_id : string | number ;
240
+ price : string ;
241
+ is_published : boolean ;
242
+ channels_id : number ,
243
+ discounted_price ?: number ;
244
+ } [ ]
238
245
warehouse ?: {
239
246
warehouse_id : number ;
240
247
status ?: {
@@ -343,6 +350,7 @@ export interface CreateProductParams {
343
350
price ?: number ;
344
351
attributes ?: ProductAttributes [ ] ;
345
352
company_id ?: number | string ;
353
+ sku ?: string ;
346
354
}
347
355
348
356
export interface InputCategoriesParams {
You can’t perform that action at this time.
0 commit comments