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
Copy file name to clipboardExpand all lines: api-specs/api/resources/me.raml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -255,7 +255,7 @@ delete:
255
255
get:
256
256
displayName: Query My Business Units
257
257
description: |
258
-
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.
258
+
Retrieves Business Units for the authenticated Customer. Returns a `200 OK` status if successful, or a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error otherwise.
259
259
260
260
securedBy:
261
261
[
@@ -443,7 +443,7 @@ delete:
443
443
},
444
444
]
445
445
description: |
446
-
Returns all Carts that match a given Query Predicate and contain either a matching `customerId` or `anonymousId`.
446
+
Retrieves Carts for the authenticated Customer or anonymous user.
447
447
responses:
448
448
200:
449
449
body:
@@ -873,7 +873,7 @@ delete:
873
873
specific user.
874
874
get:
875
875
displayName: Query My Payments
876
-
description: Retrieves all [Payments](/projects/me-payments#mypayment) for the authenticated Customer or anonymous user.
876
+
description: Retrieves [Payments](/projects/me-payments#mypayment) for the authenticated Customer or anonymous user.
877
877
securedBy:
878
878
[
879
879
oauth_2_0:
@@ -1040,7 +1040,7 @@ delete:
1040
1040
get:
1041
1041
displayName: Query My QuoteRequests
1042
1042
description: |
1043
-
Returns all Quote Requests that match a given Query Predicate. Returns a `200 OK` status if successful.
1043
+
Retrieves Quote Requests for the authenticated Customer. Returns a `200 OK` status if successful.
1044
1044
securedBy:
1045
1045
[
1046
1046
oauth_2_0:
@@ -1331,7 +1331,7 @@ delete:
1331
1331
},
1332
1332
]
1333
1333
description: |
1334
-
Retrieves all ShoppingLists for the authenticated Customer or anonymous user. Returns a `200 OK` status if successful.
1334
+
Retrieves ShoppingLists for the authenticated Customer or anonymous user. Returns a `200 OK` status if successful.
1335
1335
1336
1336
A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios:
Copy file name to clipboardExpand all lines: api-specs/api/resources/shopping-lists.raml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ get:
17
17
When expanding `variant` and `productSlug` on [ShoppingListLineItem](ctp:api:type:ShoppingListLineItem), [expand the entire array](/general-concepts#reference-expansion). You cannot expand a single element (for example, `expand=lineItems[0].variant` is not supported).
18
18
type: Expansion[]
19
19
required: false
20
-
description: Retrieves all ShoppingLists in the Project.
20
+
description: Retrieves ShoppingLists in the Project.
0 commit comments