fixes to create new products

This commit is contained in:
Ben Miller
2024-11-16 05:24:19 -07:00
parent 69ec8b8cdd
commit 531da95091
2 changed files with 7 additions and 3 deletions

View File

@ -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"