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
Retrieves all ShoppingLists in a [Store](ctp:api:type:Store).
19092
+
Retrieves ShoppingLists in a [Store](ctp:api:type:Store).
19093
19093
parameters:
19094
19094
- name: expand
19095
19095
in: query
@@ -21090,7 +21090,7 @@ paths:
21090
21090
- "customer_id:{id}"
21091
21091
operationId: ByProjectKeyMeBusinessUnitsGet
21092
21092
description: |-
21093
-
Returns all of the authenticated Customer’s Business Units in a Project. Returns a `200 OK` status if successful, or a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error otherwise.
21093
+
Retrieves Business Units for the authenticated Customer. Returns a `200 OK` status if successful, or a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error otherwise.
21094
21094
parameters:
21095
21095
- name: expand
21096
21096
in: query
@@ -21536,7 +21536,7 @@ paths:
21536
21536
- "anonymous_id:{id}"
21537
21537
operationId: ByProjectKeyMeCartsGet
21538
21538
description: |-
21539
-
Returns all Carts that match a given Query Predicate and contain either a matching `customerId` or `anonymousId`.
21539
+
Retrieves Carts for the authenticated Customer or anonymous user.
21540
21540
parameters:
21541
21541
- name: expand
21542
21542
in: query
@@ -22556,7 +22556,7 @@ paths:
22556
22556
- "anonymous_id:{id}"
22557
22557
operationId: ByProjectKeyMePaymentsGet
22558
22558
description: |-
22559
-
Retrieves all [Payments](/projects/me-payments#mypayment) for the authenticated Customer or anonymous user.
22559
+
Retrieves [Payments](/projects/me-payments#mypayment) for the authenticated Customer or anonymous user.
22560
22560
parameters:
22561
22561
- name: expand
22562
22562
in: query
@@ -22932,7 +22932,7 @@ paths:
22932
22932
- "customer_id:{id}"
22933
22933
operationId: ByProjectKeyMeQuoteRequestsGet
22934
22934
description: |-
22935
-
Returns all Quote Requests that match a given Query Predicate. Returns a `200 OK` status if successful.
22935
+
Retrieves Quote Requests for the authenticated Customer. Returns a `200 OK` status if successful.
22936
22936
parameters:
22937
22937
- name: expand
22938
22938
in: query
@@ -23756,7 +23756,7 @@ paths:
23756
23756
- "anonymous_id:{id}"
23757
23757
operationId: ByProjectKeyMeShoppingListsGet
23758
23758
description: |-
23759
-
Retrieves all ShoppingLists for the authenticated Customer or anonymous user. Returns a `200 OK` status if successful.
23759
+
Retrieves ShoppingLists for the authenticated Customer or anonymous user. Returns a `200 OK` status if successful.
23760
23760
23761
23761
A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios:
0 commit comments