Get all item photos
GET
/api/stores/{store_domain}/items/{item_id}/photos/{id}Request
Path Params
store_domain
string
required
Domain of the store
item_id
number
required
Id of the item to be returned
id
number
required
Id of the photo to be returned
Header Params
Accept-Language
string
optional
Preferred language for the response content.
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Get specific photo from item
Data Schema
object {0}
Example
{}
Last modified: 17 days ago