api_key: ********************X-Api-Key: ********************curl --location --request GET 'https://app.sellerassistant.app/api/v1/sa/inventory/products//history?page&per_page&actions&api_key=<api-key>'{
"data": [
{
"id": 0,
"internal_product_id": "string",
"team_id": 0,
"user_id": 0,
"action": "string",
"entity_type": "string",
"entity_id": "string",
"changes": {},
"source": "string",
"source_attributes": {},
"metadata": {},
"created_at": "2019-08-24T14:15:22.123Z"
}
],
"pagination": {
"current_page": 0,
"per_page": 0,
"total": 0,
"last_page": 0
}
}