diff --git a/api-specs/api/types/customer/updates/CustomerSetFirstNameAction.raml b/api-specs/api/types/customer/updates/CustomerSetFirstNameAction.raml index 587b1ec82..ffd3e2e21 100644 --- a/api-specs/api/types/customer/updates/CustomerSetFirstNameAction.raml +++ b/api-specs/api/types/customer/updates/CustomerSetFirstNameAction.raml @@ -5,6 +5,8 @@ type: CustomerUpdateAction displayName: CustomerSetFirstNameAction discriminatorValue: setFirstName example: !include ../../../examples/Customer/CustomerSetFirstNameAction.json +description: | + Setting the first name of the Customer produces the [CustomeFirstNameSet](ctp:api:type:CustomerFirstNameSetMessage) Message. properties: firstName?: type: string diff --git a/api-specs/api/types/customer/updates/CustomerSetLastNameAction.raml b/api-specs/api/types/customer/updates/CustomerSetLastNameAction.raml index 23b31b5a7..35e6fa0ec 100644 --- a/api-specs/api/types/customer/updates/CustomerSetLastNameAction.raml +++ b/api-specs/api/types/customer/updates/CustomerSetLastNameAction.raml @@ -6,7 +6,7 @@ displayName: CustomerSetLastNameAction discriminatorValue: setLastName example: !include ../../../examples/Customer/CustomerSetLastNameAction.json description: | - Setting the last name of the Customer produces the [CustomerLastNameSetMessage](ctp:api:type:CustomerLastNameSetMessage). + Setting the last name of the Customer produces the [CustomerLastNameSet](ctp:api:type:CustomerLastNameSetMessage) Message. properties: lastName?: type: string diff --git a/api-specs/api/types/customer/updates/CustomerSetTitleAction.raml b/api-specs/api/types/customer/updates/CustomerSetTitleAction.raml index 21bf2e0a8..9365233da 100644 --- a/api-specs/api/types/customer/updates/CustomerSetTitleAction.raml +++ b/api-specs/api/types/customer/updates/CustomerSetTitleAction.raml @@ -6,7 +6,7 @@ displayName: CustomerSetTitleAction discriminatorValue: setTitle example: !include ../../../examples/Customer/CustomerSetTitleAction.json description: | - Setting the title of the Customer produces the [CustomerTitleSetMessage](ctp:api:type:CustomerTitleSetMessage). + Setting the title of the Customer produces the [CustomerTitleSet](ctp:api:type:CustomerTitleSetMessage) Message. properties: title?: type: string diff --git a/api-specs/api/types/me/updates/MyCustomerSetFirstNameAction.raml b/api-specs/api/types/me/updates/MyCustomerSetFirstNameAction.raml index 7b476fe3a..be8c11a93 100644 --- a/api-specs/api/types/me/updates/MyCustomerSetFirstNameAction.raml +++ b/api-specs/api/types/me/updates/MyCustomerSetFirstNameAction.raml @@ -6,7 +6,7 @@ displayName: MyCustomerSetFirstNameAction discriminatorValue: setFirstName example: !include ../../../examples/Customer/CustomerSetFirstNameAction.json description: | - Setting the first name of the Customer produces the [CustomerFirstNameSetMessage](ctp:api:type:CustomerFirstNameSetMessage). + Setting the first name of the Customer produces the [CustomerFirstNameSet](ctp:api:type:CustomerFirstNameSetMessage) Message. properties: firstName?: type: string diff --git a/api-specs/api/types/me/updates/MyCustomerSetLastNameAction.raml b/api-specs/api/types/me/updates/MyCustomerSetLastNameAction.raml index 367d665e9..bace01c11 100644 --- a/api-specs/api/types/me/updates/MyCustomerSetLastNameAction.raml +++ b/api-specs/api/types/me/updates/MyCustomerSetLastNameAction.raml @@ -6,7 +6,7 @@ displayName: MyCustomerSetLastNameAction discriminatorValue: setLastName example: !include ../../../examples/Customer/CustomerSetLastNameAction.json description: | - Setting the last name of the Customer produces the [CustomerLastNameSetMessage](ctp:api:type:CustomerLastNameSetMessage). + Setting the last name of the Customer produces the [CustomerLastNameSet](ctp:api:type:CustomerLastNameSetMessage) Message. properties: lastName?: type: string diff --git a/api-specs/api/types/standalone-price/updates/StandalonePriceChangeActiveAction.raml b/api-specs/api/types/standalone-price/updates/StandalonePriceChangeActiveAction.raml index 2d91c63b7..8f91e800a 100644 --- a/api-specs/api/types/standalone-price/updates/StandalonePriceChangeActiveAction.raml +++ b/api-specs/api/types/standalone-price/updates/StandalonePriceChangeActiveAction.raml @@ -5,7 +5,7 @@ type: StandalonePriceUpdateAction displayName: StandalonePriceChangeActiveAction discriminatorValue: changeActive description: | - Updating the value of a [StandalonePrice](ctp:api:type:StandalonePrice) produces the [StandalonePriceActiveChangedMessage](ctp:api:type:StandalonePriceActiveChangedMessage). + Updating the value of a [StandalonePrice](ctp:api:type:StandalonePrice) produces the [StandalonePriceActiveChanged](ctp:api:type:StandalonePriceActiveChangedMessage) Message. example: !include ../../../examples/StandalonePrice/StandalonePriceChangeActiveAction.json properties: active: diff --git a/api-specs/api/types/subscription/ChangeSubscriptionResourceTypeId.raml b/api-specs/api/types/subscription/ChangeSubscriptionResourceTypeId.raml index a2c21b879..a5f5d7469 100644 --- a/api-specs/api/types/subscription/ChangeSubscriptionResourceTypeId.raml +++ b/api-specs/api/types/subscription/ChangeSubscriptionResourceTypeId.raml @@ -76,7 +76,7 @@ enum: key-value-document: | Changes to [CustomObjects](ctp:api:type:CustomObject). order: | - Changes to [Orders](ctp:api:type:Order). Changes to Orders via [Order Edits](/../api/projects/order-edits) do not trigger a Message. To achieve this, a [MessageSubscription](ctp:api:type:MessageSubscription) to [Order Edit Applied Message](ctp:api:type:OrderEditAppliedMessage) is necessary. + Changes to [Orders](ctp:api:type:Order). Changes to Orders via [Order Edits](/../api/projects/order-edits) do not trigger a Message. To achieve this, a [MessageSubscription](ctp:api:type:MessageSubscription) to [OrderEditApplied](ctp:api:type:OrderEditAppliedMessage) Message is necessary. order-edit: | Changes to [OrderEdits](ctp:api:type:OrderEdit). payment: |