Skip to content
Open
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
3 changes: 3 additions & 0 deletions source/includes/v3/_products.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ This section lists all API endpoints that can be used to create, edit or otherwi
| `title` | string | Image title (attachment title) |
| `alt` | string | Image alt text (attachment image alt text) |
| `position` | integer | Image position. `0` means that the image is featured |
| `srcset` | string | Image srcset for responsive images <i class="label label-info">read-only</i> |
| `sizes` | string | Image sizes attribute for responsive images <i class="label label-info">read-only</i> |
| `thumbnail` | string | Thumbnail image URL <i class="label label-info">read-only</i> |

<aside class="notice">
<code>alt</code> and <code>title</code> attributes are writable starting from WooCommerce 2.5.
Expand Down