poc7667 / birch_x_project_FE

0 stars 1 forks source link

lineitems json - 0512 #9

Open YHCHEN-stef opened 3 years ago

YHCHEN-stef commented 3 years ago
[
    {
        "id": 1,
        "order": 1,
        "sku": 1,
        "quantity": 2,
        "price": 1658.0
    },
    {
        "id": 2,
        "order": 1,
        "sku": 5,
        "quantity": 3,
        "price": 2637.0
    },
    {
        "id": 3,
        "order": 1,
        "sku": 14,
        "quantity": 1,
        "price": 11.99
    },
    {
        "id": 4,
        "order": 2,
        "sku": 11,
        "quantity": 2,
        "price": 1758.0
    },
    {
        "id": 5,
        "order": 2,
        "sku": 20,
        "quantity": 6,
        "price": 2718.0
    }
]