> ## 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.

# CancelAmazonOrderItem

> Represents an order that a customer places for a product.

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="amazonOrderId" type={<>ID!</>} required>
  A Price object representing the subtotal of the products in the cart before taxes and shipping fees are applied.
</ParamField>

<ParamField path="status" type={<><a href="/docs/api-reference/cancelorderstatus">CancelOrderStatus!</a></>} required>
  The status of the order.
</ParamField>

<ParamField path="failReason" type={<>String</>}>
  If status is `CANCEL_FAILED` then this property gives details on the reason for the failure.
</ParamField>
