Add auto-add option for pick lists and sync new products
This commit is contained in:
@@ -4,4 +4,6 @@ export interface PickList {
|
||||
created_at: number;
|
||||
completed_at?: number;
|
||||
notes?: string;
|
||||
categories: string[];
|
||||
auto_add_new_products: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user