Minor improvements to Shopify-Node

This commit is contained in:
Jan Oberhauser
2020-08-10 14:44:18 +02:00
parent 520a456105
commit f9970f7157
4 changed files with 92 additions and 94 deletions

View File

@@ -4,14 +4,14 @@ import {
export interface IImage {
id?: string;
product_id?: string;
position?: number;
created_at?: string,
updated_at?: string,
width?: number;
height?: number;
src?: string;
variant_ids?: number[];
product_id?: string;
position?: number;
created_at?: string;
updated_at?: string;
width?: number;
height?: number;
src?: string;
variant_ids?: number[];
}
export interface IPrice {
@@ -54,7 +54,7 @@ export interface IProduct {
body_html?: string;
handle?: string;
images?: IImage[];
options?: IDataObject[],
options?: IDataObject[];
product_type?: string;
published_at?: string;
published_scope?: string;