Skip to main content

Archive Products

PUT 

/api/shopify/:integrationInstance/products/archive

Archives the given synced Shopify products in SKU.io (hides them from active listings; nothing is changed in Shopify). Use Check Archiveable Products first to see which products can be archived.

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