{
"id": "string",
"type": "product",
"attributes": {
"name": "string",
"retailer_sku": "string",
"upc": "string",
"mpn": "string",
"other_barcode": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
},
"relationships": [
{
"product_inventories": [
{
"id": 0,
"type": "product_inventory",
"attributes": {
"product_id": 0,
"vendor_id": 0,
"vendor_name": "string",
"vendor_sku": "string",
"purchase_name": "string",
"cost": 0,
"manage_inventory": false,
"quantity_available": 0,
"backordered_until": "2019-08-24"
}
}
]
}
]
}