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.
Check what is available
GET https://runeloresupply.com/discovery/v1/capabilitiesFind a product
GET https://runeloresupply.com/discovery/v1/products?search=shirt&limit=20Use an ID from the returned products. Follow
nextCursorfor more results; keep the same search.Read the product and its options
GET https://runeloresupply.com/discovery/v1/products/{id} GET https://runeloresupply.com/discovery/v1/products/{id}/variantsOptions are paginated too. An empty field means information was not supplied; it is not a free price or an in-stock promise.
These reads do not create accounts, orders, quotes, or charges.