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
displayName: Check if Quote exists in BusinessUnit by Query Predicate as Associate
792
+
description: Checks if one or more Quotes exist for the provided query predicate in a BusinessUnit. Returns a `200 OK` status if any Quotes match the query predicate, or a [Not Found](/../api/errors#404-not-found) error otherwise.
description: Checks if one or more Quotes exist for the provided query predicate. Returns a `200` status if any Quotes match the query predicate, or a `404` status otherwise.
793
794
queryParameters:
794
795
where?:
795
796
type: QueryPredicate[]
@@ -802,23 +803,25 @@ type: base
802
803
resourceUpdateType: QuoteUpdate
803
804
get:
804
805
displayName: Get Quote in BusinessUnit by Key as Associate
Retrieves a Quote with the provided `key` in a BusinessUnit.
807
808
If the Quote exists in the [Project](ctp:api:type:Project) but does not reference the requested [BusinessUnit](ctp:api:type:BusinessUnit), this method returns an [InvalidOperation](ctp:api:type:InvalidOperationError) error.
displayName: Check if Quote exists in BusinessUnit by Key as Associate
817
+
description: Checks if a Quote exists with the provided `key` in a BusinessUnit. Returns a `200 OK` status if the Quote exists, or a [Not Found](/../api/errors#404-not-found) error otherwise.
Updates a Quote in a BusinessUnit using one or more [update actions](/../api/projects/quotes#update-actions).
821
823
If the Quote exists in the [Project](ctp:api:type:Project) but does not reference the requested [BusinessUnit](ctp:api:type:BusinessUnit), this method returns an [InvalidOperation](ctp:api:type:InvalidOperationError) error.
Retrieves a Quote with the provided `id` in a BusinessUnit.
841
844
If the Quote exists in the [Project](ctp:api:type:Project) but does not reference the requested [BusinessUnit](ctp:api:type:BusinessUnit), this method returns an [InvalidOperation](ctp:api:type:InvalidOperationError) error.
displayName: Check if Quote exists in BusinessUnit by ID as Associate
853
+
description: Checks if a Quote exists with the provided `id` in a BusinessUnit. Returns a `200 OK` status if the Quote exists or a [Not Found](/../api/errors#404-not-found) error otherwise.
Updates a Quote in a BusinessUnit using one or more [update actions](/../api/projects/quotes#update-actions).
855
859
If the Quote exists in the [Project](ctp:api:type:Project) but does not reference the requested [BusinessUnit](ctp:api:type:BusinessUnit), this method returns an [InvalidOperation](ctp:api:type:InvalidOperationError) error.
displayName: Check if QuoteRequest exists in BusinessUnit by Query Predicate as Associate
891
+
description: Checks if one or more QuoteRequests exist for the provided query predicate in a BusinessUnit. Returns a `200 OK` status if any QuoteRequests match the query predicate, or a [Not Found](/../api/errors#404-not-found) error otherwise.
description: Checks if one or more QuoteRequests exist for the provided query predicate. Returns a `200` status if any QuoteRequests match the query predicate, or a `404` status otherwise.
887
893
queryParameters:
888
894
where?:
889
895
type: QueryPredicate[]
890
896
post:
891
897
displayName: Create QuoteRequest in BusinessUnit as Associate
898
+
description: |
899
+
Creates a QuoteRequest in a BusinessUnit.
900
+
Creating QuoteRequest fails with an [InvalidOperation](ctp:api:type:InvalidOperationError) if the Cart does not reference the same BusinessUnit as the `businessUnitKey` path parameter.
Creates a QuoteRequest in a [BusinessUnit](ctp:api:type:BusinessUnit).
896
-
Creating QuoteRequest fails with an [InvalidOperation](ctp:api:type:InvalidOperationError) if the Cart does not reference the same BusinessUnit as the `businessUnitKey` path parameter.
Retrieves a QuoteRequest with the provided `key` in a BusinessUnit.
917
922
If the QuoteRequest exists in the [Project](ctp:api:type:Project) but does not reference the requested [BusinessUnit](ctp:api:type:BusinessUnit), this method returns an [InvalidOperation](ctp:api:type:InvalidOperationError) error.
displayName: Check if QuoteRequest exists in BusinessUnit by Key as Associate
932
+
description: Checks if a QuoteRequest exists with the provided `key` in a BusinessUnit. Returns a `200 OK` status if the QuoteRequest exists or a [Not Found](/../api/errors#404-not-found) error otherwise.
Updates a QuoteRequest in a BusinessUnit using one or more [update actions](/../api/projects/quote-requests#update-actions).
933
939
If the QuoteRequest exists in the [Project](ctp:api:type:Project) but does not reference the requested [BusinessUnit](ctp:api:type:BusinessUnit), this method returns an [InvalidOperation](ctp:api:type:InvalidOperationError) error.
Retrieves a QuoteRequest with the provided `id` in a BusinessUnit.
954
961
If the QuoteRequest exists in the [Project](ctp:api:type:Project) but does not reference the requested [BusinessUnit](ctp:api:type:BusinessUnit), this method returns an [InvalidOperation](ctp:api:type:InvalidOperationError) error.
displayName: Check if QuoteRequest exists in BusinessUnit by ID as Associate
971
+
description: Checks if a QuoteRequest exists with the provided `id` in a BusinessUnit. Returns a `200 OK` status if the QuoteRequest exists or a [Not Found](/../api/errors#404-not-found) error otherwise.
Updates a QuoteRequest in a BusinessUnit using one or more [update actions](/../api/projects/quote-requests#update-actions).
970
978
If the QuoteRequest exists in the [Project](ctp:api:type:Project) but does not reference the requested [BusinessUnit](ctp:api:type:BusinessUnit), this method returns an [InvalidOperation](ctp:api:type:InvalidOperationError) error.
Copy file name to clipboardExpand all lines: api-specs/api/resources/in-store/quote-requests-in-store.raml
+11-4Lines changed: 11 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ type:
11
11
description: A request for a Quote holds product variants and can be ordered.
12
12
get:
13
13
displayName: Query QuoteRequests in Store
14
+
description: Retrieves QuoteRequests in a [Store](ctp:api:type:Store).
14
15
securedBy:
15
16
[
16
17
oauth_2_0:
@@ -40,13 +41,13 @@ head:
40
41
],
41
42
},
42
43
]
43
-
description: Checks if one or more QuoteRequests exist for the provided query predicate. Returns a `200` status if any QuoteRequests match the query predicate, or a `404` status otherwise.
44
+
description: Checks if one or more QuoteRequests exist for the provided query predicate in a [Store](ctp:api:type:Store). Returns a `200` status if any QuoteRequests match the query predicate, or a `404` status otherwise.
44
45
queryParameters:
45
46
where?:
46
47
type: QueryPredicate[]
47
48
post:
48
49
displayName: Create QuoteRequest in Store
49
-
description: |
50
+
description: Creates a QuoteRequest in a [Store](ctp:api:type:Store).
50
51
securedBy:
51
52
[
52
53
oauth_2_0:
@@ -75,6 +76,7 @@ post:
75
76
resourceUpdateType: QuoteRequestUpdate
76
77
get:
77
78
displayName: Get QuoteRequest in Store by Key
79
+
description: Retrieves a QuoteRequest with the provided `key` in a [Store](ctp:api:type:Store).
displayName: Check if QuoteRequest exists in Store by Key
98
+
description: Checks if a QuoteRequest exists with the provided `key` in a [Store](ctp:api:type:Store). Returns a `200` status if the QuoteRequest exists, or a `404` status otherwise.
96
99
securedBy:
97
100
[
98
101
oauth_2_0:
@@ -104,9 +107,9 @@ post:
104
107
],
105
108
},
106
109
]
107
-
description: Checks if a QuoteRequest exists with the provided `key`. Returns a `200` status if the QuoteRequest exists, or a `404` status otherwise.
108
110
post:
109
111
displayName: Update QuoteRequest in Store by Key
112
+
description: Updates a QuoteRequest in a [Store](ctp:api:type:Store).
displayName: Check if QuoteRequest exists in Store by ID
181
+
description: Checks if a QuoteRequest exists with the provided `id` in a [Store](ctp:api:type:Store). Returns a `200` status if the QuoteRequest exists, or a `404` status otherwise.
176
182
securedBy:
177
183
[
178
184
oauth_2_0:
@@ -184,9 +190,9 @@ post:
184
190
],
185
191
},
186
192
]
187
-
description: Checks if a QuoteRequest exists with the provided `id`. Returns a `200` status if the QuoteRequest exists, or a `404` status otherwise.
188
193
post:
189
194
displayName: Update QuoteRequest in Store by ID
195
+
description: Updates a QuoteRequest in a [Store](ctp:api:type:Store).
description: Checks if one or more Quotes exist for the provided query predicate. Returns a `200` status if any Quotes match the query predicate, or a `404` status otherwise.
38
+
description: Checks if one or more Quotes exist for the provided query predicate in a [Store](ctp:api:type:Store). Returns a `200` status if any Quotes match the query predicate, or a `404` status otherwise.
38
39
queryParameters:
39
40
where?:
40
41
type: QueryPredicate[]
41
42
post:
42
43
displayName: Create Quote in Store
44
+
description: Creates a Quote in a [Store](ctp:api:type:Store).
43
45
securedBy:
44
46
[
45
47
oauth_2_0:
@@ -68,6 +70,7 @@ post:
68
70
resourceUpdateType: QuoteUpdate
69
71
get:
70
72
displayName: Get Quote in Store by Key
73
+
description: Retrieves a Quote with the provided `key` in a [Store](ctp:api:type:Store).
displayName: Check if Quote exists in Store by Key
92
+
description: Checks if a Quote exists with the provided `key` in a [Store](ctp:api:type:Store). Returns a `200` status if the Quote exists, or a `404` status otherwise.
89
93
securedBy:
90
94
[
91
95
oauth_2_0:
@@ -97,9 +101,9 @@ post:
97
101
],
98
102
},
99
103
]
100
-
description: Checks if a Quote exists with the provided `key`. Returns a `200` status if the Quote exists, or a `404` status otherwise.
101
104
post:
102
105
displayName: Update Quote in Store by Key
106
+
description: Updates a Quote in a [Store](ctp:api:type:Store).
description: Checks if a Quote exists with the provided `id` in a [Store](ctp:api:type:Store). Returns a `200` status if the Quote exists, or a `404` status otherwise.
169
176
securedBy:
170
177
[
171
178
oauth_2_0:
@@ -177,9 +184,9 @@ post:
177
184
],
178
185
},
179
186
]
180
-
description: Checks if a Quote exists with the provided `id`. Returns a `200` status if the Quote exists, or a `404` status otherwise.
181
187
post:
182
188
displayName: Update Quote in Store by ID
189
+
description: Updates a Quote in a [Store](ctp:api:type:Store).
0 commit comments