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.

Screenshot showing the fixed status settings for products in Stockeo
Fixed status settings in Stockeo
Screenshot showing how Stockeo maps product status values from the feed to Shopify
Stockeo mapping product status from 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.

Screenshot showing example product status values as provided in the feed
Sample product statuses from the feed

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

Screenshot showing a Liquid formula in Stockeo used to convert product status values from the feed to Shopify-supported statuses
Stockeo Liquid formula to convert product status

Last updated