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 Jul 16, 2024
1 parent c278e30 commit d9d9c32
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions api-specs/checkout/types/responses/PermissionsNotFound.raml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#%RAML 1.0 DataType
(annotations.package): responses
type: Message
displayName: PermissionsNotFound
discriminatorValue: no_permissions_found
description: |
Generated when no [permissions](/permissions-subscription) to create a Composable Commerce API Client are found. To create permissions, in the Merchant Center navigation menu, go to any page under **commercetools Checkout** and click **Confirm creation**.
properties:
code:
type: string
description:
severity:
type: string
description: \`warn`
message:
type: string
description: No permissions are found in your commercetools Checkout.
1 change: 1 addition & 0 deletions api-specs/checkout/types/types.raml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ PaymentValidationPassed: !include responses/PaymentValidationPassed.raml
PaymentValidationStarted: !include responses/PaymentValidationStarted.raml
PaymentVerificationStarted: !include responses/PaymentVerificationStarted.raml
PaymentVerificationTimeout: !include responses/PaymentVerificationTimeout.raml
PermissionsNotFound: !include responses/PermissionsNotFound.raml
ExternalTermsAndConditionsPending: !include responses/ExternalTermsAndConditionsPending.raml
SetShippingAddressError: !include responses/SetShippingAddressError.raml
NoShippingMethods: !include responses/NoShippingMethods.raml
Expand Down

0 comments on commit d9d9c32

Please sign in to comment.