Overview
The Product Images API allows you to manage images associated with furniture products. Each product can have multiple images with configurable display order and alternative text for accessibility.Base URL
All Product Images endpoints are available under:Product Image Object
The product image resource contains the following fields:Unique identifier for the product image
ID of the product this image belongs to
URL of the product image
Alternative text description for accessibility
Order in which the image should be displayed (lower numbers appear first)
Available Operations
List Product Images
Retrieve all product images or filter by product
Get Product Image
Retrieve a specific product image by ID
Create Product Image
Add a new image to a product
Update Product Image
Modify an existing product image
Delete Product Image
Remove a product image
Common Use Cases
Get All Images for a Product
Retrieve all images associated with a specific product:Get Ordered Images
Retrieve images sorted by display order:Get Primary Image
Retrieve the primary image for a product:Delete All Product Images
Remove all images for a specific product:Best Practices
- Display Order: Use consistent increments (e.g., 1, 2, 3) for display order to make reordering easier
- Alt Text: Always provide descriptive alt text for accessibility compliance
- Image URLs: Ensure URLs are accessible and point to optimized images
- Primary Images: Designate one image as primary for product listings and previews