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: bruno/api/Project/In-store/Shipping-methods/Matching-cart/ByProjectKeyInStoreKeyByStoreKeyShippingMethodsMatchingCartGet.bru
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
meta {
2
-
name: Get matching ShippingMethods for a Cart in Store
2
+
name: Get matching ShippingMethods for a Cart in a Store
Copy file name to clipboardExpand all lines: bruno/api/Project/Shipping-methods/Matching-cart-location/ByProjectKeyShippingMethodsMatchingCartLocationGet.bru
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
meta {
2
-
name: Get ShippingMethods for a Cart and Location
2
+
name: Get matching ShippingMethods for a Cart and Location
Retrieves the active ShippingMethods that can ship to the shipping address of the given Cart in a given [Store](ctp:api:type:Store).
19583
-
Each ShippingMethod contains exactly one ShippingRate with the flag `isMatching` set to `true`.
19584
-
This ShippingRate is used when the ShippingMethod is [added to the Cart](ctp:api:type:CartSetShippingMethodAction).
19582
+
Retrieves the active ShippingMethods that can ship to the shipping address of the provided Cart in a [Store](ctp:api:type:Store).
19583
+
19584
+
Each ShippingMethod contains exactly one ShippingRate with the flag `isMatching` set to `true`. This ShippingRate is used when the ShippingMethod is [added to the Cart](ctp:api:type:CartSetShippingMethodAction).
19585
+
19585
19586
If a matching ShippingMethod has `isDefault` set to `true`, it is returned as the first item in the array.
Checks if an active ShippingMethod that can ship to the shipping address of the given Cart exists in the given [Store](ctp:api:type:Store). Returns a `200` status if the ShippingMethod exists, or a `404` status otherwise.
19638
+
Checks if an active ShippingMethod that can ship to the shipping address of the provided Cart exists in a [Store](ctp:api:type:Store). Returns a `200 OK` status if the ShippingMethod exists or a [Not Found](/../api/errors#404-not-found) error otherwise.
19638
19639
parameters:
19639
19640
- name: cartId
19640
19641
in: query
@@ -34600,6 +34601,8 @@ paths:
34600
34601
- "view_shipping_methods:{projectKey}"
34601
34602
- "manage_my_orders:{projectKey}"
34602
34603
operationId: ByProjectKeyShippingMethodsGet
34604
+
description: |-
34605
+
Retrieves all ShippingMethods in the Project.
34603
34606
parameters:
34604
34607
- name: expand
34605
34608
in: query
@@ -34694,7 +34697,7 @@ paths:
34694
34697
- "manage_my_orders:{projectKey}"
34695
34698
operationId: ByProjectKeyShippingMethodsHead
34696
34699
description: |-
34697
-
Checks if one or more ShippingMethods exist for the provided query predicate. Returns a `200` status if any ShippingMethods match the query predicate, or a `404` status otherwise.
34700
+
Checks if one or more ShippingMethods exist for the provided query predicate. Returns a `200 OK` status if any ShippingMethods match the query predicate or a [Not Found](/../api/errors#404-not-found) error otherwise.
Checks if a ShippingMethod exists with the provided `key`. Returns a `200` status if the ShippingMethod exists, or a `404` status otherwise.
34839
+
Checks if a ShippingMethod exists with the provided `key`. Returns a `200 OK` status if the ShippingMethod exists or a [Not Found](/../api/errors#404-not-found) error otherwise.
Retrieves the active ShippingMethods that can ship to the shipping address of the given Cart.
34966
-
Each ShippingMethod contains exactly one ShippingRate with the flag `isMatching` set to `true`.
34967
-
This ShippingRate is used when the ShippingMethod is [added to the Cart](ctp:api:type:CartSetShippingMethodAction).
34976
+
Retrieves the active ShippingMethods that can ship to the shipping address of the provided Cart.
34977
+
34978
+
Each ShippingMethod contains exactly one ShippingRate with the flag `isMatching` set to `true`. This ShippingRate is used when the ShippingMethod is [added to the Cart](ctp:api:type:CartSetShippingMethodAction).
34979
+
34968
34980
If a matching ShippingMethod has `isDefault` set to `true`, it is returned as the first item in the array.
Checks if an active ShippingMethod exists for the given Cart. If a matching ShippingMethod has `isDefault` set to `true`, it is returned as the first item in the array. Returns a `200` status if the ShippingMethod exists, or a `404` status otherwise.
35029
+
Checks if an active ShippingMethod exists for the provided Cart. Returns a `200 OK` status if the ShippingMethod exists or a [Not Found](/../api/errors#404-not-found) error otherwise.
Retrieves the active ShippingMethods that can ship to the given [Location](ctp:api:type:Location)
35063
-
with a `predicate` that matches the given Cart.
35064
-
Each ShippingMethod contains exactly one ShippingRate with the flag `isMatching` set to `true`.
35065
-
This ShippingRate is used when the ShippingMethod is [added to the Cart](ctp:api:type:CartSetShippingMethodAction).
35074
+
Retrieves the active ShippingMethods that can ship to the provided [Location](ctp:api:type:Location)
35075
+
with a `predicate` that matches the provided Cart.
35076
+
35077
+
Each ShippingMethod contains exactly one ShippingRate with the flag `isMatching` set to `true`. This ShippingRate is used when the ShippingMethod is [added to the Cart](ctp:api:type:CartSetShippingMethodAction).
35078
+
35066
35079
If a matching ShippingMethod has `isDefault` set to `true`, it is returned as the first item in the array.
Checks if an active ShippingMethod that can ship to the given [Location](ctp:api:type:Location) exists for the given Cart. Returns a `200` status if the ShippingMethod exists, or a `404` status otherwise.
35142
+
Checks if an active ShippingMethod that can ship to the provided [Location](ctp:api:type:Location) exists for the provided Cart. Returns a `200 OK` status if the ShippingMethod exists or a [Not Found](/../api/errors#404-not-found) error otherwise.
Checks if an active ShippingMethod that can ship to the given [Location](ctp:api:type:Location) exists. Returns a `200` status if the ShippingMethod exists, or a `404` status otherwise.
35281
+
Checks if an active ShippingMethod that can ship to the provided [Location](ctp:api:type:Location) exists. Returns a `200 OK` status if the ShippingMethod exists or a [Not Found](/../api/errors#404-not-found) error otherwise.
Checks if an active ShippingMethod that can ship to the given [Location](ctp:api:type:Location) exists for the given [OrderEdit](ctp:api:type:OrderEdit). Returns a `200` status if the ShippingMethod exists, or a `404` status otherwise.
35396
+
Checks if an active ShippingMethod that can ship to the provided [Location](ctp:api:type:Location) exists for the provided [OrderEdit](ctp:api:type:OrderEdit). Returns a `200 OK` status if the ShippingMethod exists or a [Not Found](/../api/errors#404-not-found) error otherwise.
35379
35397
parameters:
35380
35398
- name: orderEditId
35381
35399
in: query
@@ -35436,6 +35454,8 @@ paths:
35436
35454
- "view_shipping_methods:{projectKey}"
35437
35455
- "manage_my_orders:{projectKey}"
35438
35456
operationId: ByProjectKeyShippingMethodsByIDGet
35457
+
description: |-
35458
+
Retrieves a ShippingMethod with the provided `id`.
35439
35459
parameters:
35440
35460
- name: expand
35441
35461
in: query
@@ -35477,7 +35497,7 @@ paths:
35477
35497
- "manage_my_orders:{projectKey}"
35478
35498
operationId: ByProjectKeyShippingMethodsByIDHead
35479
35499
description: |-
35480
-
Checks if a ShippingMethod exists with the provided `id`. Returns a `200` status if the ShippingMethod exists, or a `404` status otherwise.
35500
+
Checks if a ShippingMethod exists with the provided `id`. Returns a `200 OK` status if the ShippingMethod exists or a [Not Found](/../api/errors#404-not-found) error otherwise.
35481
35501
responses:
35482
35502
"200":
35483
35503
description: |-
@@ -35503,6 +35523,8 @@ paths:
35503
35523
- "manage_orders:{projectKey}"
35504
35524
- "manage_shipping_methods:{projectKey}"
35505
35525
operationId: ByProjectKeyShippingMethodsByIDPost
35526
+
description: |-
35527
+
Updates a ShippingMethod in the Project using one or more [update actions](/../api/projects/shippingMethods#update-actions).
Checks if one or more Zones exist for the provided query predicate. Returns a `200` status if any Zones match the query predicate, or a `404` status otherwise.
39912
+
Checks if one or more Zones exist for the provided query predicate. Returns a `200 OK` status if any Zones match the query predicate, or a [Not Found](/../api/errors#404-not-found) error otherwise.
39887
39913
parameters:
39888
39914
- name: where
39889
39915
in: query
@@ -39918,6 +39944,8 @@ paths:
39918
39944
- oauth_2_0:
39919
39945
- "manage_orders:{projectKey}"
39920
39946
operationId: ByProjectKeyZonesPost
39947
+
description: |-
39948
+
Creates a Zone in the Project.
39921
39949
parameters:
39922
39950
- name: expand
39923
39951
in: query
@@ -39974,6 +40002,8 @@ paths:
39974
40002
- oauth_2_0:
39975
40003
- "view_orders:{projectKey}"
39976
40004
operationId: ByProjectKeyZonesKeyByKeyGet
40005
+
description: |-
40006
+
Retrieves a Zone with the provided `key`.
39977
40007
parameters:
39978
40008
- name: expand
39979
40009
in: query
@@ -40013,7 +40043,7 @@ paths:
40013
40043
- "view_orders:{projectKey}"
40014
40044
operationId: ByProjectKeyZonesKeyByKeyHead
40015
40045
description: |-
40016
-
Checks if a Zone exists with the provided `key`. Returns a `200` status if the Zone exists, or a `404` status otherwise.
40046
+
Checks if a Zone exists with the provided `key`. Returns a `200 OK` status if the Zone exists or a [Not Found](/../api/errors#404-not-found) error otherwise.
40017
40047
responses:
40018
40048
"200":
40019
40049
description: |-
@@ -40038,6 +40068,8 @@ paths:
40038
40068
- oauth_2_0:
40039
40069
- "manage_orders:{projectKey}"
40040
40070
operationId: ByProjectKeyZonesKeyByKeyPost
40071
+
description: |-
40072
+
Updates a Zone in the Project using one or more [update actions](/../api/projects/zones#update-actions).
40041
40073
parameters:
40042
40074
- name: expand
40043
40075
in: query
@@ -40084,6 +40116,8 @@ paths:
40084
40116
- oauth_2_0:
40085
40117
- "manage_orders:{projectKey}"
40086
40118
operationId: ByProjectKeyZonesKeyByKeyDelete
40119
+
description: |-
40120
+
Deletes a Zone in the Project.
40087
40121
parameters:
40088
40122
- name: version
40089
40123
in: query
@@ -40144,6 +40178,8 @@ paths:
40144
40178
- oauth_2_0:
40145
40179
- "view_orders:{projectKey}"
40146
40180
operationId: ByProjectKeyZonesByIDGet
40181
+
description: |-
40182
+
Retrieves a Zone with the provided `id`.
40147
40183
parameters:
40148
40184
- name: expand
40149
40185
in: query
@@ -40183,7 +40219,7 @@ paths:
40183
40219
- "view_orders:{projectKey}"
40184
40220
operationId: ByProjectKeyZonesByIDHead
40185
40221
description: |-
40186
-
Checks if a Zone exists with the provided `id`. Returns a `200` status if the Zone exists, or a `404` status otherwise.
40222
+
Checks if a Zone exists with the provided `id`. Returns a `200 OK` status if the Zone exists or a [Not Found](/../api/errors#404-not-found) error otherwise.
0 commit comments