cURL
curl --request GET \ --url https://api.fabric.inc/v3/lists/{listId}/actions/get-list-details \ --header 'Authorization: Bearer <token>' \ --header 'x-fabric-channel-id: <x-fabric-channel-id>' \ --header 'x-fabric-tenant-id: <x-fabric-tenant-id>'
{ "attributes": { "key": "value" }, "createdAt": "2022-11-22T10:26:38Z", "itemCount": 1, "items": [ { "attributes": { "key": "value" }, "createdAt": "2022-11-22T10:26:38Z", "itemId": 123, "listId": "62fa3796841ea417fa71d2a9", "quantity": 1, "sku": "sku1", "updatedAt": "2022-11-22T10:26:38Z" } ], "listId": "62fa3796841ea417fa71d2a9", "listType": "type1", "name": "list1", "notes": "note11", "updatedAt": "2022-11-22T10:26:38Z", "userId": "user1" }
By specifying list ID, you can get shopping list details along with its items.
x >= 0
Show child attributes
Was this page helpful?