Skip to content

Commit 6054da2

Browse files
committed
TASK: Updating RAML types, Postman and OAS definition
1 parent ddc8a6d commit 6054da2

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

oas/api/openapi.yaml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1654,7 +1654,7 @@ paths:
16541654
- "view_orders:{projectKey}"
16551655
operationId: ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyCartsKeyByKeyHead
16561656
description: |-
1657-
Checks if a Cart exists for a given `key`. Returns a `200 OK` status if the Cart exists or a `404 Not Found` otherwise.
1657+
Checks if a Cart exists for a given `key`. Returns a `200 OK` status if the Cart exists or [Not Found](/../api/errors#404-not-found) otherwise.
16581658
responses:
16591659
"200":
16601660
description: |-
@@ -1912,7 +1912,7 @@ paths:
19121912
- "view_orders:{projectKey}"
19131913
operationId: ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyCartsByIDHead
19141914
description: |-
1915-
Checks if a Cart exists for a given `id`. Returns a `200 OK` status if the Cart exists or a `404 Not Found` otherwise.
1915+
Checks if a Cart exists for a given `id`. Returns a `200 OK` status if the Cart exists or [Not Found](/../api/errors#404-not-found) otherwise.
19161916
responses:
19171917
"200":
19181918
description: |-
@@ -6448,7 +6448,7 @@ paths:
64486448
- "view_orders:{projectKey}"
64496449
operationId: ByProjectKeyCartsHead
64506450
description: |-
6451-
Checks if one or more Carts exist for the provided query predicate. Returns a `200 OK` status if any Carts match the query predicate, or a `404 Not Found` otherwise.
6451+
Checks if one or more Carts exist for the provided query predicate. Returns a `200 OK` status if any Carts match the query predicate, or [Not Found](/../api/errors#404-not-found) otherwise.
64526452
parameters:
64536453
- name: where
64546454
in: query
@@ -6593,7 +6593,7 @@ paths:
65936593
- "view_orders:{projectKey}"
65946594
operationId: ByProjectKeyCartsCustomerIdByCustomerIdHead
65956595
description: |-
6596-
Checks if a Cart exists for a Customer. Returns a `200 OK` status if the Cart exists or a `404 Not Found` otherwise.
6596+
Checks if a Cart exists for a Customer. Returns a `200 OK` status if the Cart exists or [Not Found](/../api/errors#404-not-found) otherwise.
65976597
responses:
65986598
"200":
65996599
description: |-
@@ -6672,7 +6672,7 @@ paths:
66726672
- "view_orders:{projectKey}"
66736673
operationId: ByProjectKeyCartsKeyByKeyHead
66746674
description: |-
6675-
Checks if a Cart exists for the provided `key`. Returns a `200 OK` status if the Cart exists or a `404 Not Found` otherwise.
6675+
Checks if a Cart exists for the provided `key`. Returns a `200 OK` status if the Cart exists or [Not Found](/../api/errors#404-not-found) otherwise.
66766676
responses:
66776677
"200":
66786678
description: |-
@@ -6909,7 +6909,7 @@ paths:
69096909
- "view_orders:{projectKey}"
69106910
operationId: ByProjectKeyCartsByIDHead
69116911
description: |-
6912-
Checks if a Cart exists for the provided `id`. Returns a `200 OK` status if the Cart exists or a `404 Not Found` otherwise.
6912+
Checks if a Cart exists for the provided `id`. Returns a `200 OK` status if the Cart exists or [Not Found](/../api/errors#404-not-found) otherwise.
69136913
responses:
69146914
"200":
69156915
description: |-
@@ -12491,7 +12491,7 @@ paths:
1249112491
- "view_orders:{projectKey}:{storeKey}"
1249212492
operationId: ByProjectKeyInStoreKeyByStoreKeyCartsHead
1249312493
description: |-
12494-
Checks if one or more Carts exist for the provided query predicate in a [Store](ctp:api:type:Store). Returns a `200 OK` status if any Carts match the query predicate or a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error otherwise.
12494+
Checks if one or more Carts exist for the provided query predicate in a [Store](ctp:api:type:Store). Returns a `200 OK` status if any Carts match the query predicate or [Not Found](/../api/errors#404-not-found) otherwise.
1249512495
parameters:
1249612496
- name: where
1249712497
in: query
@@ -12647,7 +12647,7 @@ paths:
1264712647
- "view_orders:{projectKey}:{storeKey}"
1264812648
operationId: ByProjectKeyInStoreKeyByStoreKeyCartsCustomerIdByCustomerIdHead
1264912649
description: |-
12650-
Checks if one or more Carts exist for a Customer in a [Store](ctp:api:type:Store). Returns a `200 OK` status if the Cart exists or a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error otherwise.
12650+
Checks if one or more Carts exist for a Customer in a [Store](ctp:api:type:Store). Returns a `200 OK` status if the Cart exists or [Not Found](/../api/errors#404-not-found) otherwise.
1265112651
responses:
1265212652
"200":
1265312653
description: |-
@@ -12736,7 +12736,7 @@ paths:
1273612736
- "view_orders:{projectKey}:{storeKey}"
1273712737
operationId: ByProjectKeyInStoreKeyByStoreKeyCartsKeyByKeyHead
1273812738
description: |-
12739-
Checks if a Cart exists for the provided `key` in a [Store](ctp:api:type:Store). Returns a `200 OK` status if the Cart exists or a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error otherwise.
12739+
Checks if a Cart exists for the provided `key` in a [Store](ctp:api:type:Store). Returns a `200 OK` status if the Cart exists or [Not Found](/../api/errors#404-not-found) otherwise.
1274012740
responses:
1274112741
"200":
1274212742
description: |-
@@ -12995,7 +12995,7 @@ paths:
1299512995
- "view_orders:{projectKey}:{storeKey}"
1299612996
operationId: ByProjectKeyInStoreKeyByStoreKeyCartsByIDHead
1299712997
description: |-
12998-
Checks if a Cart exists for the provided `id` in a Store. Returns a `200 OK` status if the Cart exists or a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error otherwise.
12998+
Checks if a Cart exists for the provided `id` in a Store. Returns a `200 OK` status if the Cart exists or [Not Found](/../api/errors#404-not-found) otherwise.
1299912999
responses:
1300013000
"200":
1300113001
description: |-
@@ -13241,7 +13241,7 @@ paths:
1324113241
- "view_customers:{projectKey}:{storeKey}"
1324213242
operationId: ByProjectKeyInStoreKeyByStoreKeyCustomersHead
1324313243
description: |-
13244-
Checks if a Customer exists for a given Query Predicate. Returns a `200 OK` status if any Customers match the Query Predicate or a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error otherwise.
13244+
Checks if a Customer exists for a given Query Predicate. Returns a `200 OK` status if any Customers match the Query Predicate or [Not Found](/../api/errors#404-not-found) otherwise.
1324513245
parameters:
1324613246
- name: where
1324713247
in: query
@@ -14535,7 +14535,7 @@ paths:
1453514535
- "anonymous_id:{id}"
1453614536
operationId: ByProjectKeyInStoreKeyByStoreKeyMeCartsHead
1453714537
description: |-
14538-
Checks if a Cart exists for a Store that matches the given Query Predicate, and contains a matching `customerId` or `anonymousId`. Returns a `200 OK` status if any Carts match these conditions, or a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error otherwise.
14538+
Checks if a Cart exists for a Store that matches the given Query Predicate, and contains a matching `customerId` or `anonymousId`. Returns a `200 OK` status if any Carts match these conditions, or [Not Found](/../api/errors#404-not-found) otherwise.
1453914539
parameters:
1454014540
- name: where
1454114541
in: query
@@ -16218,7 +16218,7 @@ paths:
1621816218
- "view_orders:{projectKey}:{storeKey}"
1621916219
operationId: ByProjectKeyInStoreKeyByStoreKeyOrdersHead
1622016220
description: |-
16221-
Checks if an Order exists for a given Query Predicate. Returns a `200 OK` status if any Orders match the Query Predicate or a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error otherwise.
16221+
Checks if an Order exists for a given Query Predicate. Returns a `200 OK` status if any Orders match the Query Predicate or [Not Found](/../api/errors#404-not-found) otherwise.
1622216222
parameters:
1622316223
- name: where
1622416224
in: query
@@ -16377,7 +16377,7 @@ paths:
1637716377
- "view_orders:{projectKey}:{storeKey}"
1637816378
operationId: ByProjectKeyInStoreKeyByStoreKeyOrdersOrderNumberByOrderNumberHead
1637916379
description: |-
16380-
Checks if an Order exists for a given `orderNumber`. Returns a `200 OK` status if the Order exists or a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error otherwise.
16380+
Checks if an Order exists for a given `orderNumber`. Returns a `200 OK` status if the Order exists or [Not Found](/../api/errors#404-not-found) otherwise.
1638116381
responses:
1638216382
"200":
1638316383
description: |-
@@ -16630,7 +16630,7 @@ paths:
1663016630
- "view_orders:{projectKey}:{storeKey}"
1663116631
operationId: ByProjectKeyInStoreKeyByStoreKeyOrdersByIDHead
1663216632
description: |-
16633-
Checks if an Order exists for a given `id`. Returns a `200 OK` status if the Order exists or a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error otherwise.
16633+
Checks if an Order exists for a given `id`. Returns a `200 OK` status if the Order exists or [Not Found](/../api/errors#404-not-found) otherwise.
1663416634
responses:
1663516635
"200":
1663616636
description: |-
@@ -17917,7 +17917,7 @@ paths:
1791717917
- "view_quote_requests:{projectKey}:{storeKey}"
1791817918
operationId: ByProjectKeyInStoreKeyByStoreKeyQuoteRequestsHead
1791917919
description: |-
17920-
Checks if a QuoteRequest exists for a given Query Predicate. Returns a `200 OK` status if any QuoteRequests match the Query Predicate or a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error otherwise.
17920+
Checks if a QuoteRequest exists for a given Query Predicate. Returns a `200 OK` status if any QuoteRequests match the Query Predicate or [Not Found](/../api/errors#404-not-found) otherwise.
1792117921
parameters:
1792217922
- name: where
1792317923
in: query
@@ -18056,7 +18056,7 @@ paths:
1805618056
- "view_quote_requests:{projectKey}:{storeKey}"
1805718057
operationId: ByProjectKeyInStoreKeyByStoreKeyQuoteRequestsKeyByKeyHead
1805818058
description: |-
18059-
Checks if a QuoteRequest exists for a given `key`. Returns a `200 OK` status if the QuoteRequest exists or a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error otherwise.
18059+
Checks if a QuoteRequest exists for a given `key`. Returns a `200 OK` status if the QuoteRequest exists or [Not Found](/../api/errors#404-not-found) otherwise.
1806018060
responses:
1806118061
"200":
1806218062
description: |-
@@ -18243,7 +18243,7 @@ paths:
1824318243
- "view_quote_requests:{projectKey}:{storeKey}"
1824418244
operationId: ByProjectKeyInStoreKeyByStoreKeyQuoteRequestsByIDHead
1824518245
description: |-
18246-
Checks if a QuoteRequest exists for a given `id`. Returns a `200 OK` status if the QuoteRequest exists or a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error otherwise.
18246+
Checks if a QuoteRequest exists for a given `id`. Returns a `200 OK` status if the QuoteRequest exists or [Not Found](/../api/errors#404-not-found) otherwise.
1824718247
responses:
1824818248
"200":
1824918249
description: |-
@@ -18480,7 +18480,7 @@ paths:
1848018480
- "view_quotes:{projectKey}:{storeKey}"
1848118481
operationId: ByProjectKeyInStoreKeyByStoreKeyQuotesHead
1848218482
description: |-
18483-
Checks if a Quote exists for a given Query Predicate. Returns a `200 OK` status if any Quotes match the Query Predicate or a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error otherwise.
18483+
Checks if a Quote exists for a given Query Predicate. Returns a `200 OK` status if any Quotes match the Query Predicate or [Not Found](/../api/errors#404-not-found) otherwise.
1848418484
parameters:
1848518485
- name: where
1848618486
in: query
@@ -18618,7 +18618,7 @@ paths:
1861818618
- "view_quotes:{projectKey}:{storeKey}"
1861918619
operationId: ByProjectKeyInStoreKeyByStoreKeyQuotesKeyByKeyHead
1862018620
description: |-
18621-
Checks if a Quote exists for a given `key`. Returns a `200 OK` status if the Quote exists or a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error otherwise.
18621+
Checks if a Quote exists for a given `key`. Returns a `200 OK` status if the Quote exists or [Not Found](/../api/errors#404-not-found) otherwise.
1862218622
responses:
1862318623
"200":
1862418624
description: |-
@@ -18805,7 +18805,7 @@ paths:
1880518805
- "view_quotes:{projectKey}:{storeKey}"
1880618806
operationId: ByProjectKeyInStoreKeyByStoreKeyQuotesByIDHead
1880718807
description: |-
18808-
Checks if a Quote exists for a given `id`. Returns a `200 OK` status if the Quote exists or a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error otherwise.
18808+
Checks if a Quote exists for a given `id`. Returns a `200 OK` status if the Quote exists or [Not Found](/../api/errors#404-not-found) otherwise.
1880918809
responses:
1881018810
"200":
1881118811
description: |-
@@ -19150,7 +19150,7 @@ paths:
1915019150
- "view_shopping_lists:{projectKey}:{storeKey}"
1915119151
operationId: ByProjectKeyInStoreKeyByStoreKeyShoppingListsHead
1915219152
description: |-
19153-
Checks if a ShoppingList exists for a given Query Predicate. Returns a `200 OK` status if any ShoppingLists match the Query Predicate or a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error otherwise.
19153+
Checks if a ShoppingList exists for a given Query Predicate. Returns a `200 OK` status if any ShoppingLists match the Query Predicate or [Not Found](/../api/errors#404-not-found) otherwise.
1915419154
parameters:
1915519155
- name: where
1915619156
in: query
@@ -19293,7 +19293,7 @@ paths:
1929319293
- "view_shopping_lists:{projectKey}:{storeKey}"
1929419294
operationId: ByProjectKeyInStoreKeyByStoreKeyShoppingListsKeyByKeyHead
1929519295
description: |-
19296-
Checks if a ShoppingList exists for a given `key`. Returns a `200 OK` status if the ShoppingList exists or a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error otherwise.
19296+
Checks if a ShoppingList exists for a given `key`. Returns a `200 OK` status if the ShoppingList exists or [Not Found](/../api/errors#404-not-found) otherwise.
1929719297
responses:
1929819298
"200":
1929919299
description: |-
@@ -19489,7 +19489,7 @@ paths:
1948919489
- "view_shopping_lists:{projectKey}:{storeKey}"
1949019490
operationId: ByProjectKeyInStoreKeyByStoreKeyShoppingListsByIDHead
1949119491
description: |-
19492-
Checks if a ShoppingList exists for a given `id`. Returns a `200 OK` status if the ShoppingList exists or a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error otherwise.
19492+
Checks if a ShoppingList exists for a given `id`. Returns a `200 OK` status if the ShoppingList exists or [Not Found](/../api/errors#404-not-found) otherwise.
1949319493
responses:
1949419494
"200":
1949519495
description: |-
@@ -19732,7 +19732,7 @@ paths:
1973219732
- "view_staged_quotes:{projectKey}:{storeKey}"
1973319733
operationId: ByProjectKeyInStoreKeyByStoreKeyStagedQuotesHead
1973419734
description: |-
19735-
Checks if a StagedQuote exists for a given Query Predicate. Returns a `200 OK` status if any StagedQuotes match the Query Predicate or a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error otherwise.
19735+
Checks if a StagedQuote exists for a given Query Predicate. Returns a `200 OK` status if any StagedQuotes match the Query Predicate or [Not Found](/../api/errors#404-not-found) otherwise.
1973619736
parameters:
1973719737
- name: where
1973819738
in: query
@@ -19870,7 +19870,7 @@ paths:
1987019870
- "view_staged_quotes:{projectKey}:{storeKey}"
1987119871
operationId: ByProjectKeyInStoreKeyByStoreKeyStagedQuotesKeyByKeyHead
1987219872
description: |-
19873-
Checks if a StagedQuote exists for a given `key`. Returns a `200 OK` status if the StagedQuote exists or a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error otherwise.
19873+
Checks if a StagedQuote exists for a given `key`. Returns a `200 OK` status if the StagedQuote exists or [Not Found](/../api/errors#404-not-found) otherwise.
1987419874
responses:
1987519875
"200":
1987619876
description: |-
@@ -20057,7 +20057,7 @@ paths:
2005720057
- "view_staged_quotes:{projectKey}:{storeKey}"
2005820058
operationId: ByProjectKeyInStoreKeyByStoreKeyStagedQuotesByIDHead
2005920059
description: |-
20060-
Checks if a StagedQuote exists for a given `id`. Returns a `200 OK` status if the StagedQuote exists or a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error otherwise.
20060+
Checks if a StagedQuote exists for a given `id`. Returns a `200 OK` status if the StagedQuote exists or [Not Found](/../api/errors#404-not-found) otherwise.
2006120061
responses:
2006220062
"200":
2006320063
description: |-

0 commit comments

Comments
 (0)