Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/data/navigation/sections/rest.js
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,10 @@ module.exports = [
title: "Step 4. Delete an image of a product",
path: "/rest/tutorials/image/delete.md",
},
{
title: "Manage product images at the store view level",
path: "/rest/tutorials/image/product-image-store-scope.md",
},
],
},
],
Expand Down
4 changes: 4 additions & 0 deletions src/pages/rest/tutorials/image/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ This tutorial demonstrates how to use the Adobe Commerce REST APIs to:

1. [Delete an image](delete.md)

<InlineAlert variant="info" slots="text"/>

For multi-store environments, see [Manage product images at the store view level](product-image-store-scope.md) for how `media_gallery_entries` behaves across store views and how to restore inherited field values.

This **4-step tutorial** generally takes **30 minutes**.

## Before you begin
Expand Down
Loading
Loading