Skip to content

Commit

Permalink
docs: 📝 added docs about PrintOne.getCsvOrder
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRill00 committed Mar 7, 2024
1 parent 74b0313 commit cf7f7be
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/PrintOne.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,26 @@ const order = await client.createCsvOrder({

---

## `.getCsvOrder(id)`

Get a csv order by its ID.

**Parameters**

| Name | Type | Description |
| ---- | -------- | ------------------------------- |
| `id` | `string` | The ID of the csv order to get. |

**Returns: [`Promise<CsvOrder>`](./CsvOrder)**

**Example**

```js
const csvOrder = await client.getCsvOrder("example-order-id");
```

---

## `.createBatch(data)`

Create a new batch.
Expand Down

0 comments on commit cf7f7be

Please sign in to comment.