@@ -22,7 +22,7 @@ import { Table } from "docs-ui"
|
||||
</Table.Cell>
|
||||
<Table.Cell>
|
||||
|
||||
```ts noCopy noReport
|
||||
```ts blockStyle="inline"
|
||||
{
|
||||
// the ID of the deleted order
|
||||
id,
|
||||
@@ -44,7 +44,7 @@ import { Table } from "docs-ui"
|
||||
</Table.Cell>
|
||||
<Table.Cell>
|
||||
|
||||
```ts noCopy noReport
|
||||
```ts blockStyle="inline"
|
||||
{
|
||||
// the ID of the deleted address
|
||||
id,
|
||||
@@ -66,7 +66,7 @@ import { Table } from "docs-ui"
|
||||
</Table.Cell>
|
||||
<Table.Cell>
|
||||
|
||||
```ts noCopy noReport
|
||||
```ts blockStyle="inline"
|
||||
{
|
||||
// the ID of the deleted line item
|
||||
id,
|
||||
@@ -88,7 +88,7 @@ import { Table } from "docs-ui"
|
||||
</Table.Cell>
|
||||
<Table.Cell>
|
||||
|
||||
```ts noCopy noReport
|
||||
```ts blockStyle="inline"
|
||||
{
|
||||
// the ID of the deleted line item adjustment
|
||||
id,
|
||||
@@ -110,7 +110,7 @@ import { Table } from "docs-ui"
|
||||
</Table.Cell>
|
||||
<Table.Cell>
|
||||
|
||||
```ts noCopy noReport
|
||||
```ts blockStyle="inline"
|
||||
{
|
||||
// the ID of the deleted line item tax line
|
||||
id,
|
||||
@@ -132,7 +132,7 @@ import { Table } from "docs-ui"
|
||||
</Table.Cell>
|
||||
<Table.Cell>
|
||||
|
||||
```ts noCopy noReport
|
||||
```ts blockStyle="inline"
|
||||
{
|
||||
// the ID of the deleted shipping method
|
||||
id,
|
||||
@@ -154,7 +154,7 @@ import { Table } from "docs-ui"
|
||||
</Table.Cell>
|
||||
<Table.Cell>
|
||||
|
||||
```ts noCopy noReport
|
||||
```ts blockStyle="inline"
|
||||
{
|
||||
// the ID of the deleted shipping method adjustment
|
||||
id,
|
||||
@@ -176,7 +176,7 @@ import { Table } from "docs-ui"
|
||||
</Table.Cell>
|
||||
<Table.Cell>
|
||||
|
||||
```ts noCopy noReport
|
||||
```ts blockStyle="inline"
|
||||
{
|
||||
// the ID of the deleted shipping method tax line
|
||||
id,
|
||||
@@ -198,7 +198,7 @@ import { Table } from "docs-ui"
|
||||
</Table.Cell>
|
||||
<Table.Cell>
|
||||
|
||||
```ts noCopy noReport
|
||||
```ts blockStyle="inline"
|
||||
{
|
||||
// the ID of the deleted transaction
|
||||
id,
|
||||
@@ -220,7 +220,7 @@ import { Table } from "docs-ui"
|
||||
</Table.Cell>
|
||||
<Table.Cell>
|
||||
|
||||
```ts noCopy noReport
|
||||
```ts blockStyle="inline"
|
||||
{
|
||||
// the ID of the deleted order change
|
||||
id,
|
||||
@@ -242,7 +242,7 @@ import { Table } from "docs-ui"
|
||||
</Table.Cell>
|
||||
<Table.Cell>
|
||||
|
||||
```ts noCopy noReport
|
||||
```ts blockStyle="inline"
|
||||
{
|
||||
// the ID of the deleted order change action
|
||||
id,
|
||||
@@ -264,7 +264,7 @@ import { Table } from "docs-ui"
|
||||
</Table.Cell>
|
||||
<Table.Cell>
|
||||
|
||||
```ts noCopy noReport
|
||||
```ts blockStyle="inline"
|
||||
{
|
||||
// the ID of the deleted order item
|
||||
id,
|
||||
@@ -286,7 +286,7 @@ import { Table } from "docs-ui"
|
||||
</Table.Cell>
|
||||
<Table.Cell>
|
||||
|
||||
```ts noCopy noReport
|
||||
```ts blockStyle="inline"
|
||||
{
|
||||
// the ID of the deleted order summary
|
||||
id,
|
||||
@@ -308,7 +308,7 @@ import { Table } from "docs-ui"
|
||||
</Table.Cell>
|
||||
<Table.Cell>
|
||||
|
||||
```ts noCopy noReport
|
||||
```ts blockStyle="inline"
|
||||
{
|
||||
// the ID of the deleted order shipping method
|
||||
id,
|
||||
|
||||
@@ -79,8 +79,6 @@ To check the outstanding amount of the order, its transaction amounts are summed
|
||||
</Table.Body>
|
||||
</Table>
|
||||
|
||||
---
|
||||
|
||||
## Transaction Reference
|
||||
|
||||
The Order Module doesn’t provide payment processing functionalities, so it doesn’t store payments that can be processed. Payment functionalities are provided by the [Payment Module](../../payment/page.mdx).
|
||||
|
||||
Reference in New Issue
Block a user