> ## Documentation Index
> Fetch the complete documentation index at: https://docs.joinmarkt.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Products

> Seller product CRUD and stock key management.

# Products

Seller session APIs:

| Method         | Path          |
| -------------- | ------------- |
| GET/POST       | /api/products |
| GET/PUT/DELETE |               |
| GET            |               |
| GET/POST…      |               |

Public catalog (no session):

* GET `/api/stores/by-subdomain/{subdomain}/products`
* GET `/api/stores/by-subdomain/{subdomain}/storefront`

Delivery config (`license_key`, `download_file`, …) lives on the product/variant. Save products before shipping embed snippets so variant UUIDs persist.

Categories/groups: `/api/categories`, `/api/groups`.
