Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductDuplicateAsyncInput > newStatus
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}`>;