Protected ReadonlyargsOptionalmethodArgs: {Checks if an Order exists with the provided id for the authenticated Customer or anonymous user. Returns a 200 status if successful.
A [Not Found](/../api/errors#404-not-found) error is returned in the following scenarios:
- If no Order exists for the provided `id`.
- If the Order exists but does not have either a `customerId` that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope, or an `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope.
OptionalmethodArgs: { headers?: { [key: string]: string | string[] } }
Retrieves an Order with the provided
idfor the authenticated Customer or anonymous user. Returns a200status if successful.