Status
Stockeo allows you to define the status of products processed by an automation. It supports all product statuses available in the current Shopify API version:
Active
Draft
Archived
Unlisted
You can decide whether to set the same status for all processed products using a fixed value, or to retrieve the status from a specific field in the feed.


If the status values in the feed differ from those supported by Shopify, you can use a Liquid formula to convert them to valid Shopify statuses.
Assume the feed uses the value discontinued for products that should be archived in Shopify.

In this case, you can apply the following Liquid formula to convert the feed value to a Shopify-supported status:

Last updated