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

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

The question should be specific, self-contained, and written in natural language.
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.
