Skip to main content

Check Archiveable Products

POST 

/api/shopify/:integrationInstance/products/archiveable

Checks which of the given Shopify products can be archived. Products that appear on synced Shopify orders cannot be archived; the response lists each product with a boolean and the blocking reason (false when archiveable).

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

Authentication: Requires Bearer token.

Body fields:

  • ids (array of integers): SKU.io row IDs of Shopify products on this instance. Required unless mode is "all".
  • mode (string, optional): "all" targets every product on the instance and ignores ids.

Request

Responses

OK

Response Headers
    Content-Type