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
description: Checks if a Cart exists for a given `key`. Returns a `200 OK` status if the Cart exists or a `404 Not Found` otherwise.
295
+
description: 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.
description: Checks if a Cart exists for a given `id`. Returns a `200 OK` status if the Cart exists or a `404 Not Found` otherwise.
339
+
description: 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.
displayName: Check if a Cart exists by Query Predicate
23
-
description: 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.
23
+
description: 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.
description: Checks if a Cart exists for a Customer. Returns a `200 OK` status if the Cart exists or a `404 Not Found` otherwise.
95
+
description: 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.
description: Checks if a Cart exists for the provided `key`. Returns a `200 OK` status if the Cart exists or a `404 Not Found` otherwise.
115
+
description: 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.
116
116
post:
117
117
description: Updates a Cart in the Project using one or more [update actions](/../api/projects/carts#update-actions).
description: Checks if a Cart exists for the provided `id`. Returns a `200 OK` status if the Cart exists or a `404 Not Found` otherwise.
156
+
description: 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.
Copy file name to clipboardExpand all lines: api-specs/api/resources/in-store.raml
+21-21Lines changed: 21 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ uriParameters:
47
47
],
48
48
},
49
49
]
50
-
description: 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.
50
+
description: 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.
51
51
queryParameters:
52
52
where?:
53
53
type: QueryPredicate[]
@@ -128,7 +128,7 @@ uriParameters:
128
128
],
129
129
},
130
130
]
131
-
description: 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.
131
+
description: 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.
132
132
/key={key}:
133
133
(methodName): withKey
134
134
type:
@@ -174,7 +174,7 @@ uriParameters:
174
174
],
175
175
},
176
176
]
177
-
description: 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.
177
+
description: 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.
178
178
post:
179
179
displayName: Update Cart in Store by Key
180
180
securedBy:
@@ -304,7 +304,7 @@ uriParameters:
304
304
],
305
305
},
306
306
]
307
-
description: 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.
307
+
description: 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.
308
308
post:
309
309
displayName: Update Cart in Store by ID
310
310
securedBy:
@@ -399,7 +399,7 @@ uriParameters:
399
399
],
400
400
},
401
401
]
402
-
description: 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.
402
+
description: 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.
403
403
queryParameters:
404
404
where?:
405
405
type: QueryPredicate[]
@@ -526,7 +526,7 @@ uriParameters:
526
526
],
527
527
},
528
528
]
529
-
description: 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.
529
+
description: 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.
530
530
post:
531
531
displayName: Update Order in Store by OrderNumber
532
532
securedBy:
@@ -614,7 +614,7 @@ uriParameters:
614
614
],
615
615
},
616
616
]
617
-
description: 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.
617
+
description: 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.
618
618
post:
619
619
displayName: Update Order in Store by ID
620
620
securedBy:
@@ -713,7 +713,7 @@ uriParameters:
713
713
},
714
714
]
715
715
description: |
716
-
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.
716
+
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.
717
717
queryParameters:
718
718
where?:
719
719
type: QueryPredicate[]
@@ -1792,7 +1792,7 @@ uriParameters:
1792
1792
scopes:
1793
1793
- 'view_customers:{projectKey}'
1794
1794
- 'view_customers:{projectKey}:{storeKey}'
1795
-
description: 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.
1795
+
description: 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.
1796
1796
queryParameters:
1797
1797
where?:
1798
1798
type: QueryPredicate[]
@@ -2244,7 +2244,7 @@ uriParameters:
2244
2244
],
2245
2245
},
2246
2246
]
2247
-
description: 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.
2247
+
description: 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.
2248
2248
queryParameters:
2249
2249
where?:
2250
2250
type: QueryPredicate[]
@@ -2324,7 +2324,7 @@ uriParameters:
2324
2324
],
2325
2325
},
2326
2326
]
2327
-
description: 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.
2327
+
description: 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.
2328
2328
post:
2329
2329
displayName: Update ShoppingList in Store by Key
2330
2330
securedBy:
@@ -2431,7 +2431,7 @@ uriParameters:
2431
2431
],
2432
2432
},
2433
2433
]
2434
-
description: 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.
2434
+
description: 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.
2435
2435
post:
2436
2436
displayName: Update ShoppingList in Store by ID
2437
2437
securedBy:
@@ -3291,7 +3291,7 @@ uriParameters:
3291
3291
],
3292
3292
},
3293
3293
]
3294
-
description: 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.
3294
+
description: 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.
3295
3295
queryParameters:
3296
3296
where?:
3297
3297
type: QueryPredicate[]
@@ -3355,7 +3355,7 @@ uriParameters:
3355
3355
],
3356
3356
},
3357
3357
]
3358
-
description: 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.
3358
+
description: 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.
3359
3359
post:
3360
3360
displayName: Update QuoteRequest in Store by Key
3361
3361
securedBy:
@@ -3435,7 +3435,7 @@ uriParameters:
3435
3435
],
3436
3436
},
3437
3437
]
3438
-
description: 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.
3438
+
description: 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.
3439
3439
post:
3440
3440
displayName: Update QuoteRequest in Store by ID
3441
3441
securedBy:
@@ -3520,7 +3520,7 @@ uriParameters:
3520
3520
],
3521
3521
},
3522
3522
]
3523
-
description: 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.
3523
+
description: 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.
3524
3524
queryParameters:
3525
3525
where?:
3526
3526
type: QueryPredicate[]
@@ -3583,7 +3583,7 @@ uriParameters:
3583
3583
],
3584
3584
},
3585
3585
]
3586
-
description: 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.
3586
+
description: 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.
3587
3587
post:
3588
3588
displayName: Update StagedQuote in Store by Key
3589
3589
securedBy:
@@ -3663,7 +3663,7 @@ uriParameters:
3663
3663
],
3664
3664
},
3665
3665
]
3666
-
description: 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.
3666
+
description: 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.
3667
3667
post:
3668
3668
displayName: Update StagedQuote in Store by ID
3669
3669
securedBy:
@@ -3748,7 +3748,7 @@ uriParameters:
3748
3748
],
3749
3749
},
3750
3750
]
3751
-
description: 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.
3751
+
description: 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.
3752
3752
queryParameters:
3753
3753
where?:
3754
3754
type: QueryPredicate[]
@@ -3811,7 +3811,7 @@ uriParameters:
3811
3811
],
3812
3812
},
3813
3813
]
3814
-
description: 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.
3814
+
description: 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.
3815
3815
post:
3816
3816
displayName: Update Quote in Store by Key
3817
3817
securedBy:
@@ -3891,7 +3891,7 @@ uriParameters:
3891
3891
],
3892
3892
},
3893
3893
]
3894
-
description: 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.
3894
+
description: 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.
0 commit comments