Skip to content
RUNELORESUPPLY

Find your first product.

Connect from any shop platform or custom website using standard HTTPS requests. Follow the returned page cursor, cache catalog reads, and check the current capabilities and request limits before building a workflow. These endpoints provide product information; they do not publish listings or submit orders.

  1. Check what is available

    GET https://runeloresupply.com/discovery/v1/capabilities
  2. Find a product

    GET https://runeloresupply.com/discovery/v1/products?search=shirt&limit=20

    Use an ID from the returned products. Follow nextCursor for more results; keep the same search.

  3. Read the product and its options

    GET https://runeloresupply.com/discovery/v1/products/{id}
    GET https://runeloresupply.com/discovery/v1/products/{id}/variants

    Options are paginated too. An empty field means information was not supplied; it is not a free price or an in-stock promise.

Open product data ↗OpenAPI JSON

These reads do not create accounts, orders, quotes, or charges.