Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductVariantInventoryManagement
The valid values for the method of inventory tracking for a product variant.
Signature:
export declare enum ProductVariantInventoryManagement
Member | Value | Description |
---|---|---|
FulfillmentService | "FULFILLMENT_SERVICE" |
This product variant’s inventory is tracked by a third-party fulfillment service. |
NotManaged | "NOT_MANAGED" |
This product variant’s inventory is not tracked. |
Shopify | "SHOPIFY" |
This product variant’s inventory is tracked by Shopify. Inventory can be tracked by store location(s) and/or third-party fulfillment service(s). |