fixes to create new products
This commit is contained in:
@ -847,7 +847,7 @@ export class ShopifyProductSetQuery {
|
||||
export class ShopifyProductSetInput {
|
||||
category: string
|
||||
descriptionHtml: string
|
||||
id: string
|
||||
id?: string
|
||||
productType: string
|
||||
redirectNewHandle: boolean = true
|
||||
status: string = "DRAFT"
|
||||
|
||||
Reference in New Issue
Block a user