stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductDuplicateAsyncInput > newStatus

AdminTypes.ProductDuplicateAsyncInput.newStatus property

The new status of the product. If no value is provided the status will be inherited from the original product.

Signature:

newStatus?: InputMaybe<ProductStatus | `${ProductStatus}`>;