Toggle product featured status
Products
Toggle product featured status
Flips the product’s featured flag (featured becomes unfeatured and vice versa) and returns the updated product.
PATCH
Toggle product featured status
Flips the product’s
featured flag (featured becomes unfeatured and vice versa) and returns the updated product. Requires the WRITE_INVENTORY scope.Authorizations
Installed-app access token (prefix app_), issued by the OAuth install flow. The store is bound to the token server-side — never send a shop id.
Path Parameters
ObjectId of the product to toggle.
Response
Toggle product featured status — success.
Example:
200
Example:
true
Example:
"Toggle product featured status"
An ecommerce catalog product.
Example:
{
"_id": "66a1f2c4e1b3a40012ab34cd",
"name": "Classic Tee",
"slug": "classic-tee",
"price": 19.99,
"quantity": 120,
"featured": false,
"listed": true,
"shop": "66a1eee0e1b3a40012ab0001",
"updatedAt": "2026-06-28T09:10:00.000Z"
}

