> ## Documentation Index
> Fetch the complete documentation index at: https://docs-test.rye.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# CancelAmazonOrderResult

> Represents the response after canceling an Amazon order

export const kind_0 = "type"

<Warning>
  This {kind_0 || 'feature'} is deprecated and will be removed in the future. You should not use it in new code.
</Warning>

## Fields

***

<ParamField path="items" type={<><a href="/docs/api-reference/cancelamazonorderitem">[CancelAmazonOrderItem!]!</a></>} required>
  A list of items along with their cancellation status.
</ParamField>

## Related types

* [`CancelOrderResponse`](/docs/api-reference/cancelorderresponse)
