- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
retrieveOrderClaim - Order Module Reference
This documentation provides a reference to the retrieveOrderClaim
method. This belongs to the Order Module.
Note: You should only use this methods when implementing complex customizations. For common cases, check out available workflows instead.
This method retrieves an order claim by its ID.
Example#
A simple example that retrieves an order change by its ID:
To specify relations that should be retrieved:
Parameters#
claimId
stringThe claim's ID.
The configurations determining how the order claim is retrieved. Its properties, such as select
or relations
, accept the
attributes or relations associated with a order claim.
select
or relations
, accept the
attributes or relations associated with a order claim.Returns#
Promise
Promise<OrderClaimDTO>The retrieved order claim.
Promise
Promise<OrderClaimDTO>Was this page helpful?