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.
5420
+
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.
5421
5421
5422
5422
A [Not Found](/../api/errors#404-not-found) error is returned in the following scenarios:
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.
5463
+
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.
5464
5464
5465
5465
A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) 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.
5559
+
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.
5560
5560
5561
5561
A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios:
5562
5562
5563
5563
- If no ShoppingList matches the provided `key` in a Store.
5564
5564
- If a ShoppingList matches the provided `key` but does not have a `store` specified, or the `store` field references a different Store.
5565
5565
- 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,
5566
-
or a `customer` with `id` value that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope.
5566
+
or a `customer` with `id` value that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope.
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.
6618
+
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