Get item
GET
/api/stores/{store_domain}/items/{id}Request
Path Params
store_domain
string
required
Domain of the store
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)
Record Not Found(404)
HTTP Code: 200
Content Type : JSONapplication/json
Show item with correct price
Data Schema
object {0}
Example
{}
Last modified: 17 days ago