> For the complete documentation index, see [llms.txt](https://docs.peregrinecoast.press/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.peregrinecoast.press/fulfilment/glossary.md).

# Glossary

<details>

<summary>SKU</summary>

Stock-keeping unit (pronounced “skew”). This a unique identifier we assign to an item as sold, ie. if you’re selling a zine bundled with a patch, that’s one SKU.

If you’re selling a zine with a patch but also making the zine available individually, that’d be two separate SKUs.

SKUs help us keep an accurate inventory of everything that arrives and makes it easier to work out shipping fees.

</details>

<details>

<summary>Fulfilment vs Distribution</summary>

Fulfilment: You send us your stock and we send it out to your customers. You provide us with the addresses and we’ll invoice you for the shipping fees and time according to our [Pricing & Invoicing ](https://www.notion.so/Pricing-Invoicing-b8579332aafe45bf86606ff3f953d89e)policy.

Distribution: We buy your stock and sell it to other retailers.

</details>

<details>

<summary>Retail vs Wholesale Pricing</summary>

Retail: This is the price you want your items to be sold at. The most common retail price for a staplebound TTRPG zine in the UK is currently £12, but you can charge as much or as little as you’d like (though we’d always encourage you to increase your prices).

Wholesale: We buy your stock at a 30-50% discount so that we can sell it on our store.

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.peregrinecoast.press/fulfilment/glossary.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
