GET /rest/store/product_detail/riviera-cane-side-chair/get_product_properties/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "is_stackable": false,
    "can_outdoor_use": false,
    "outdoor_use_available": false,
    "sample_available": true,
    "shipping_volume": 0.32,
    "quick_ship": false,
    "dimensions": {
        "Width": 470,
        "Depth": 550,
        "Height": 790,
        "Seat Height": 470,
        "Diameter": null,
        "Footprint": 0.26,
        "Shipping Volume": 0.32,
        "Fabric Requirement": 0.275,
        "Leather Requirement": 0.52,
        "Stack Height": null,
        "fabric_amount_required_display": 0.55,
        "leather_amount_required_display": 0.52,
        "fabric_amount_requirement_type": 3,
        "leather_amount_requirement_type": 1,
        "fabric_amount_requirement_bands": [],
        "leather_amount_requirement_bands": [],
        "fabric_amount_requirement_multiples": [
            {
                "id": 1631,
                "quantity": 1,
                "required_amount": "0.550",
                "is_fabric": true,
                "order": 1
            },
            {
                "id": 1632,
                "quantity": 2,
                "required_amount": "0.550",
                "is_fabric": true,
                "order": 2
            },
            {
                "id": 1633,
                "quantity": 4,
                "required_amount": "1.100",
                "is_fabric": true,
                "order": 3
            },
            {
                "id": 1634,
                "quantity": 6,
                "required_amount": "1.650",
                "is_fabric": true,
                "order": 4
            }
        ],
        "leather_amount_requirement_multiples": []
    },
    "fabric_available": true,
    "leather_available": true,
    "upholstered": true,
    "upholstery": null,
    "upholstery_price_category": {
        "id": 1,
        "name": "A",
        "min_price": null,
        "max_price": "20.00",
        "default_price": "20.00",
        "order": 1,
        "category_type": "Fabric",
        "is_default": true
    },
    "minimum_lead_time": 10,
    "maximum_lead_time": 12,
    "minimum_quantity": 1,
    "model_code": "Riviera 3"
}