Get all item photos
GET
/api/stores/{store_domain}/items/{item_id}/photosRequest
Path Params
store_domain
string
required
Domain of the store
item_id
number
required
Id of the item 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 photos from item
Data Schema
object {0}
Example
{}
Last modified: 17 days ago