Skip to content

Commit 75612a5

Browse files
committed
Updated API from documentation release
1 parent 2e52734 commit 75612a5

20 files changed

+23
-23
lines changed

api-specs/api/types/cart-discount/CartDiscountPatternTarget.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ properties:
2424
description: |
2525
Defines the set of units of (Custom) Line Items in a Cart on which the Discount is applied.
2626
27-
Based on the availability of matching units and the limits from the `triggerPattern` or `maxOccurence`, the `targetPattern` can match multiple times.
27+
Based on the availability of matching units and the limits from the `triggerPattern` or `maxOccurrence`, the `targetPattern` can match multiple times.
2828
2929
This array cannot be empty.
3030
maxOccurrence?:

api-specs/api/types/cart/ShippingMode.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ enum:
88
(enumDescriptions):
99
Single: |
1010
Cart can contain only a single Shipping Method.
11-
This is the default mode for backwards compatibilty.
11+
This is the default mode for backwards compatibility.
1212
Multiple: |
1313
Cart can contain multiple Shipping Methods.

api-specs/api/types/cart/ShippingRateInputDraft.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
(package): Cart
33
displayName: ShippingRateInputDraft
44
type: object
5-
description: Generic type holding specifc ShippingRateInputDraft types.
5+
description: Generic type holding specific ShippingRateInputDraft types.
66
discriminator: type
77
properties:
88
type:

api-specs/api/types/cart/updates/CartAddShippingMethodAction.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ properties:
1414
shippingMethod:
1515
type: ShippingMethodResourceIdentifier
1616
description: |
17-
RecourceIdentifier to a [ShippingMethod](ctp:api:type:ShippingMethod) to add to the Cart with `Multiple` [ShippingMode](ctp:api:type:ShippingMode).
17+
ResourceIdentifier to a [ShippingMethod](ctp:api:type:ShippingMethod) to add to the Cart with `Multiple` [ShippingMode](ctp:api:type:ShippingMode).
1818
If the referenced Shipping Method has a predicate that does not match the Cart, an [InvalidOperation](ctp:api:type:InvalidOperationError) error is returned.
1919
shippingAddress:
2020
type: BaseAddress

api-specs/api/types/customer/CustomerDraft.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ properties:
7070
companyName?:
7171
type: string
7272
description: |
73-
Company name of the Customer. When representing a company as a Customer, [Business Units](ctp:api:type:BusinessUnit) provide extended funtionality.
73+
Company name of the Customer. When representing a company as a Customer, [Business Units](ctp:api:type:BusinessUnit) provide extended functionality.
7474
vatId?:
7575
type: string
7676
description: |

api-specs/api/types/customer/updates/CustomerSetFirstNameAction.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ displayName: CustomerSetFirstNameAction
55
discriminatorValue: setFirstName
66
example: !include ../../../examples/Customer/CustomerSetFirstNameAction.json
77
description: |
8-
Setting the first name of the Customer produces the [CustomeFirstNameSet](ctp:api:type:CustomerFirstNameSetMessage) Message.
8+
Setting the first name of the Customer produces the [CustomerFirstNameSet](ctp:api:type:CustomerFirstNameSetMessage) Message.
99
properties:
1010
firstName?:
1111
type: string

api-specs/api/types/me/updates/MyCartAddItemShippingAddressAction.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ properties:
1212
description: |
1313
Address to append to `itemShippingAddresses`.
1414
15-
The new address must have a key that is unique accross this Cart.
15+
The new address must have a key that is unique across this Cart.

api-specs/api/types/order-edit/OrderEditApplied.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ type: OrderEditResult
44
displayName: OrderEditApplied
55
discriminatorValue: Applied
66
description: |
7-
Result of a succesful application of `stagedActions` to the Order.
7+
Result of a successful application of `stagedActions` to the Order.
88
properties:
99
type:
1010
type: string

api-specs/api/types/payment/TransactionState.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ enum:
1515
Pending: |
1616
The payment service has accepted the Transaction, but it is not completed yet.
1717
Success: |
18-
The payment service has confirmed the successful completion of the Transation.
18+
The payment service has confirmed the successful completion of the Transaction.
1919
Failure: |
2020
Transaction has unrecoverably failed.

api-specs/api/types/state/StateDraft.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ properties:
2727
roles?:
2828
type: StateRoleEnum[]
2929
description: |
30-
If suitable, assign predifined roles the State can fulfill in case the State's `type` is `LineItemState` or `ReviewState`.
30+
If suitable, assign predefined roles the State can fulfill in case the State's `type` is `LineItemState` or `ReviewState`.
3131
transitions?:
3232
type: StateResourceIdentifier[]
3333
description: |

0 commit comments

Comments
 (0)