You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checks if one or more ShoppingLists exist for the provided query predicate for the authenticated Customer or anonymous user in a [Store](ctp:api:type:Store). Returns `200` status if successful.
16114
+
Checks if one or more ShoppingLists exist for the provided query predicate for the authenticated Customer or anonymous user in a [Store](ctp:api:type:Store). Returns `200 OK` status if successful.
16115
16115
16116
16116
A [Not Found](/../api/errors#404-not-found) error is returned in the following scenarios:
Retrieves a ShoppingList with the provided `key` for the authenticated Customer or anonymous user in a [Store](ctp:api:type:Store). Returns `200` status if successful.
16227
+
Retrieves a ShoppingList with the provided `key` for the authenticated Customer or anonymous user in a [Store](ctp:api:type:Store). Returns `200 OK` status if successful.
16228
16228
16229
16229
A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios:
16230
16230
16231
16231
- If no ShoppingList matches the provided `key` in a Store.
16232
16232
- If a ShoppingList matches the provided `key` but does not have a `store` specified, or the `store` field references a different Store.
16233
16233
- If a ShoppingList matches the provided `key` in a Store but does not contain either an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope,
16234
-
or a `customer` with `id` value that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope.
16234
+
or a `customer` with `id` value that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope.
Retrieves a ShoppingList with the provided `id` for the authenticated Customer or anonymous user in a [Store](ctp:api:type:Store). Returns `200` status if successful.
16453
+
Retrieves a ShoppingList with the provided `id` for the authenticated Customer or anonymous user in a [Store](ctp:api:type:Store). Returns `200 OK` status if successful.
16454
16454
16455
16455
A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios:
Checks if one or more ShoppingLists exist for the provided query predicate in a [Store](ctp:api:type:Store). Returns a `200` status if any ShoppingLists match the query predicate, or a `404` status otherwise.
19780
+
Checks if one or more ShoppingLists exist for the provided query predicate in a [Store](ctp:api:type:Store). Returns a `200` status if any ShoppingLists match the query predicate or, or a `404` status otherwise.
0 commit comments