Type alias ProductCreate

ProductCreate: ProductBase & {
    images: WAMediaUpload[];
    originCountryCode: string | undefined;
}

Type declaration

  • images: WAMediaUpload[]

    images of the product

  • originCountryCode: string | undefined

    ISO country code for product origin. Set to undefined for no country

Generated using TypeDoc