GET /products/product_inventory_details?format=api&product_id=342611
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "342611": [
        {
            "10137_000272_8700-0784-01_EA": [
                {
                    "variant_sku_id": "b7149940-d701-4edc-ba5e-9c2649828411",
                    "variant": "Start Up Kit, STD Tubing - 6ft, New Luer / EA / 1",
                    "stocked_item": false,
                    "non_stocked_available": true,
                    "tags": [],
                    "data": {
                        "image_url": ""
                    },
                    "inventory": [
                        {
                            "warehouse": "Bttn Warehouse",
                            "available_quantity": 0,
                            "product_message": "14-21 Days",
                            "message_type": "Info"
                        }
                    ],
                    "non_refundable": false,
                    "price": {
                        "cost": 183.99,
                        "retail": 266.79
                    }
                }
            ]
        },
        {
            "10137_000272_8700-0782-01_EA": [
                {
                    "variant_sku_id": "8bdb2657-b950-4693-a428-8387568617f5",
                    "variant": "Catheter, Icy, Heparin, USA, New Luer / EA / 1",
                    "stocked_item": false,
                    "non_stocked_available": true,
                    "tags": [],
                    "data": {
                        "image_url": ""
                    },
                    "inventory": [
                        {
                            "warehouse": "Bttn Warehouse",
                            "available_quantity": 0,
                            "product_message": "14-21 Days",
                            "message_type": "Info"
                        }
                    ],
                    "non_refundable": false,
                    "price": {
                        "cost": 830.22,
                        "retail": 1203.82
                    }
                }
            ]
        }
    ]
}