Skip to content

Commit d33ba33

Browse files
committed
TASK: Updating RAML types, Postman and OAS definition
1 parent 75be7d6 commit d33ba33

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

oas/api/openapi.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14979,7 +14979,7 @@ paths:
1497914979
- "anonymous_id:{id}"
1498014980
operationId: ByProjectKeyInStoreKeyByStoreKeyMeActiveCartHead
1498114981
description: |-
14982-
Checks if an active Cart exists in a Store. Returns `200` status if successful.
14982+
Checks if an active Cart exists in a Store. Returns `200 OK` status if successful.
1498314983

1498414984
A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios:
1498514985

@@ -16009,7 +16009,7 @@ paths:
1600916009
- "anonymous_id:{id}"
1601016010
operationId: ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet
1601116011
description: |-
16012-
Retrieves ShoppingLists for the authenticated Customer or anonymous user in a [Store](ctp:api:type:Store). Returns `200` status if successful.
16012+
Retrieves ShoppingLists for the authenticated Customer or anonymous user in a [Store](ctp:api:type:Store). Returns `200 OK` status if successful.
1601316013

1601416014
A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios:
1601516015

@@ -16111,7 +16111,7 @@ paths:
1611116111
- "anonymous_id:{id}"
1611216112
operationId: ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsHead
1611316113
description: |-
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` 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.
1611516115

1611616116
A [Not Found](/../api/errors#404-not-found) error is returned in the following scenarios:
1611716117

@@ -16224,14 +16224,14 @@ paths:
1622416224
- "anonymous_id:{id}"
1622516225
operationId: ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsKeyByKeyGet
1622616226
description: |-
16227-
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.
1622816228

1622916229
A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios:
1623016230

1623116231
- If no ShoppingList matches the provided `key` in a Store.
1623216232
- If a ShoppingList matches the provided `key` but does not have a `store` specified, or the `store` field references a different Store.
1623316233
- 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.
1623516235
parameters:
1623616236
- name: expand
1623716237
in: query
@@ -16450,7 +16450,7 @@ paths:
1645016450
- "anonymous_id:{id}"
1645116451
operationId: ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsByIDGet
1645216452
description: |-
16453-
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.
1645416454

1645516455
A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios:
1645616456

@@ -19777,7 +19777,7 @@ paths:
1977719777
- "view_shopping_lists:{projectKey}:{storeKey}"
1977819778
operationId: ByProjectKeyInStoreKeyByStoreKeyShoppingListsHead
1977919779
description: |-
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 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.
1978119781
parameters:
1978219782
- name: where
1978319783
in: query

0 commit comments

Comments
 (0)