stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductStatus

AdminTypes.ProductStatus enum

The possible product statuses.

Signature:

export declare enum ProductStatus 

Enumeration Members

Member Value Description
Active "ACTIVE" The product is ready to sell and can be published to sales channels and apps. Products with an active status aren’t automatically published to sales channels, such as the online store, or apps. By default, existing products are set to active.
Archived "ARCHIVED" The product is no longer being sold and isn’t available to customers on sales channels and apps.
Draft "DRAFT" The product isn’t ready to sell and is unavailable to customers on sales channels and apps. By default, duplicated and unarchived products are set to draft.