# Lumaprints API ## Docs - [Introduction](https://api-docs.lumaprints.com/doc-420488.md): - [Authentication](https://api-docs.lumaprints.com/doc-420489.md): - [API Rate Limits](https://api-docs.lumaprints.com/doc-420491.md): - [Payment Method and Billing Address](https://api-docs.lumaprints.com/doc-421693.md): - [Getting Started](https://api-docs.lumaprints.com/doc-420499.md): - [Product Configuration](https://api-docs.lumaprints.com/doc-420501.md): - [Webhook](https://api-docs.lumaprints.com/doc-513534.md): ## API Docs - Order [Get an order](https://api-docs.lumaprints.com/api-5384558.md): Retrieve an Order's details. - Order [Get multiple orders](https://api-docs.lumaprints.com/api-5384559.md): Retrieve a list of orders with their details. - Order [Submit a new order.](https://api-docs.lumaprints.com/api-5384560.md): Submit an order for fulfillment. If everthing is good with the data provided, you will be provided an order number. Submitted orders does not reflect instantly in your account. It might take a couple of minutes because submitted orders are processed through a queue. - Image [Check image](https://api-docs.lumaprints.com/api-5384561.md): Check if the image is sized correctly based on the provided width, height and options. You don't need to call this endpoint every time you submit an order. The submit order endpoint automatically verifies if the images meet the required dimensions. - Product [Retrieve all categories available.](https://api-docs.lumaprints.com/api-5384562.md): Retrieve all categories currently being offered. - Product [Retrieve all subcategories under a category.](https://api-docs.lumaprints.com/api-5384563.md): Retrieve all subcategories under a category currently being offered. - Product [Retrieve all options available for the subcategory.](https://api-docs.lumaprints.com/api-5384564.md): Retrieve all options available for a subcategory. - Store [Get all stores that are available for API order creation.](https://api-docs.lumaprints.com/api-5384565.md): Retrieve all **Standard Stores** in your account. Only Standard Stores can be used to submit an order under. - Shipment [Get shipments of an order](https://api-docs.lumaprints.com/api-5384566.md): Retrieve all shipments associated with the order. - Pricing [Shipping cost](https://api-docs.lumaprints.com/api-10598366.md): Calculates and retrieves shipping costs for available shipping methods based on the provided order details, including the destination address, product type, and specific configuration. - Webhook [Subscribe to a new event](https://api-docs.lumaprints.com/api-9678991.md): When setting up a new webhook subscription, our system will verify the provided URL, along with the optional username and password. If the verification fails, the subscription will be rejected. For the verification to succeed, your endpoint must respond with a status code of 200.