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 May 31, 2024
1 parent 061b3c5 commit 19bd5d9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api-specs/api/resources/in-store.raml
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,9 @@ uriParameters:
Creating an Order produces the [OrderCreated](ctp:api:type:OrderCreatedMessage) Message.
If a server-side problem occurs, indicated by a 500 Internal Server Error HTTP response, the Order creation may still successfully complete after the error is returned.
If you receive this error, you should verify the status of the Order by querying a unique identifier supplied during the creation request, such as the Order number.
Specific Error Codes:
- [OutOfStock](ctp:api:type:OutOfStockError)
Expand Down
3 changes: 3 additions & 0 deletions api-specs/api/resources/me.raml
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,9 @@ delete:
Creating an Order produces the [OrderCreated](ctp:api:type:OrderCreatedMessage) Message.
If a server-side problem occurs, indicated by a 500 Internal Server Error HTTP response, the Order creation may still successfully complete after the error is returned.
If you receive this error, you should verify the status of the Order by querying a unique identifier supplied during the creation request, such as the Order number.
Specific Error Codes:
- [OutOfStock](ctp:api:type:OutOfStockError)
Expand Down
3 changes: 3 additions & 0 deletions api-specs/api/resources/orders.raml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ post:
Creating an Order produces the [OrderCreated](ctp:api:type:OrderCreatedMessage) Message.
If a server-side problem occurs, indicated by a 500 Internal Server Error HTTP response, the Order creation may still successfully complete after the error is returned.
If you receive this error, you should verify the status of the Order by querying a unique identifier supplied during the creation request, such as the Order number.
Specific Error Codes:
- [OutOfStock](ctp:api:type:OutOfStockError)
Expand Down

0 comments on commit 19bd5d9

Please sign in to comment.