# RetailReady ## Docs - [Authenticate](https://docs.retailreadyai.com/api-reference/authentication/authenticate.md): Exchange email and password for a JWT access token - [Get Brands](https://docs.retailreadyai.com/api-reference/brands/get-brands.md): Get a list of your brands, ids, and external brand codes - [Attach BOL to an order](https://docs.retailreadyai.com/api-reference/documents/attach-bol-to-an-order.md): Send a base 64 encoded PDF and attach it to an existing order - [Attach documents to an order](https://docs.retailreadyai.com/api-reference/documents/attach-documents-to-an-order.md): Attach carton and pallet label PDFs to an existing order using multipart/form-data. The metadata field should be a stringified JSON array describing the files. - [Get Facilities](https://docs.retailreadyai.com/api-reference/facilities/get-facilities.md): Get a list of your facilities' names, ids, and external facility codes - [Introduction](https://docs.retailreadyai.com/api-reference/introduction.md): An overview of RetailReady's REST API. - [Send 846 Inventory Advice](https://docs.retailreadyai.com/api-reference/inventory/send-846-inventory-advice.md): Share your current on-hand inventory for a brand at a specific facility. We'll generate and transmit an 846 Inventory Advice document to each retailer you have set up to receive inventory updates. You'll get back a confirmation for each retailer the document was sent to. - [Item Master](https://docs.retailreadyai.com/api-reference/item-master/item-master.md): Upload or update item master data for SKUs - [Change Facility](https://docs.retailreadyai.com/api-reference/orders/change-facility.md): Change the facility for an order - [Create Order](https://docs.retailreadyai.com/api-reference/orders/create-order.md): Create a new order - [Get Compliance Report Binary](https://docs.retailreadyai.com/api-reference/orders/get-compliance-report-binary.md): Get a compliance report binary for an order. This returns base64 encoded PDF content. - [Get Order Details](https://docs.retailreadyai.com/api-reference/orders/get-order-details.md): Get a breakdown of the pallets, cartons, and SKUs on an order - [Get Orders Analytics Table v1](https://docs.retailreadyai.com/api-reference/orders/get-orders-analytics-table-v1.md): Fetches a paginated list of orders with analytics data. - [Get Orders Analytics Table v2](https://docs.retailreadyai.com/api-reference/orders/get-orders-analytics-table-v2.md): Fetches a list of orders with analytics data for a specific facility. - [Get Retailers](https://docs.retailreadyai.com/api-reference/retailers/get-retailers.md): Get a list of your retailers, filter by brand ## OpenAPI Specs - [openapi](https://docs.retailreadyai.com/openapi.json)