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
Key | Datatype | Required | Description |
---|---|---|---|
filter.id | string | ||
filter.name | string | The case insensitive name of the shopping list. | |
filter.name.like | string | A case insensitive word or phrase to match list names on. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-mock-response-code | number | Used 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"}]}]}