Skip to content

Commit

Permalink
Updated API from documentation release
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-sdks[bot] committed Jan 17, 2024
1 parent 86abb8b commit 14cae25
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 14cae25

Please sign in to comment.