Get Shopping Lists

GET {{baseUrl}}/experimental/shopping/v0/lists?filter.id=eaf02512-f18b-4fd8-b31f-71607a4b6d50

Provides access to an authenticated user's shopping lists.

Request Params

KeyDatatypeRequiredDescription
filter.idstring
filter.namestringThe case insensitive name of the shopping list.
filter.name.likestringA case insensitive word or phrase to match list names on.

HEADERS

KeyDatatypeRequiredDescription
x-mock-response-codenumberUsed to specify the type of response to receive from the mock service. Indicate the desired response code from available codes on this service: 200, 400.

RESPONSES

status: OK

{"data":[{"id":"eaf02512-f18b-4fd8-b31f-71607a4b6d50","versionKey":"5692cc40af18","name":"Taco Night","items":[{"quantity":1,"upc":"7495563456235"}]}]}