<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "ExternalPurchaseServerAPI",
  "identifier" : "/documentation/ExternalPurchaseServerAPI/restatement",
  "metadataVersion" : "0.1.0",
  "role" : "Type",
  "symbol" : {
    "kind" : "Type",
    "modules" : [
      "External Purchase Server API"
    ],
    "preciseIdentifier" : "data:external_purchase_server_api:restatement"
  },
  "title" : "restatement"
}
-->

# restatement

A Boolean value that indicates a line item contains a correction.

```
boolean restatement
```

## Discussion

Set this value to `true` to indicate the line item is restating a previously submitted line item, and contains corrections.

> Important: Restated line items overwrite the previous submission with the same ``doc://org.swift.docc.ExternalPurchaseServerAPI/documentation/ExternalPurchaseServerAPI/lineItemId``. Be sure to include all the data in the line item, even those fields that are unchanged from the original.

To report erroneously submitted line items, set both the `restatement` and [`erroneouslySubmitted`](/documentation/ExternalPurchaseServerAPI/erroneouslySubmitted) fields to `true`.

For more information on correcting previously submitted line items, see [Reporting corrections](/documentation/ExternalPurchaseServerAPI/reportcorrections).

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)