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

# Raley Purchase Orders REST API and integrations

> Integrate Raley Purchase Orders with ERP, accounting, and procurement systems using the REST API to sync suppliers, products, orders, and approval status.

## Overview

Raley Purchase Orders provides a REST API for B2B integration with third-party systems — such as ERP platforms, accounting tools, or custom internal applications.

**Base URL:** `https://po.raleyapps.com/`

## Authentication

All API requests require an **API Key** passed in the `Authorization` HTTP header.

To get your API key:

1. Open the Raley Apps configuration page in your Jira project
2. Go to the **API & Integrations** tab
3. Copy your key — or click **Regenerate** to create a new one

## Available Endpoints

### Suppliers

| Method | Endpoint                          | Description                   |
| ------ | --------------------------------- | ----------------------------- |
| `GET`  | `api/v1/external/get-suppliers`   | List all configured suppliers |
| `POST` | `api/v1/external/create-supplier` | Create a new supplier         |
| `PUT`  | `api/v1/external/update-supplier` | Update an existing supplier   |

### Products

| Method | Endpoint                                             | Description                |
| ------ | ---------------------------------------------------- | -------------------------- |
| `GET`  | `api/v1/external/find-products-by-sku?sku=SKU_VALUE` | Find a product by SKU      |
| `POST` | `api/v1/external/create-product`                     | Create a new product       |
| `PUT`  | `api/v1/external/update-product`                     | Update an existing product |

### Taxes

| Method | Endpoint                    | Description                   |
| ------ | --------------------------- | ----------------------------- |
| `GET`  | `api/v1/external/get-taxes` | List all configured tax rates |

### Purchase Orders

| Method | Endpoint                                           | Description                              |
| ------ | -------------------------------------------------- | ---------------------------------------- |
| `GET`  | `api/v1/external/order-data?issueKey=MY_ISSUE_KEY` | Get details of a specific purchase order |

## Notes

* Products require: SKU, unit price, supplier ID, tax rate, and active status
* The API returns **HTTP 404** when a requested resource is not found

## Need Help?

* **Service Portal:** [inversionpoint.atlassian.net/servicedesk](https://inversionpoint.atlassian.net/servicedesk/customer/portal/3)
* **Email:** [support@raleyapps.com](mailto:support@raleyapps.com)

***

## Explore Other RaleyApps

<CardGroup cols={2}>
  <Card title="Raley Emails Notifications" icon="envelope" href="/apps/raley-emails-notifications">
    Send customized emails and Slack notifications from Jira and JSM.
  </Card>

  <Card title="Raley Intake Forms" icon="file-lines" href="/apps/raley-intake-forms">
    Create powerful intake forms directly inside Jira and JSM.
  </Card>

  <Card title="Raley Bookman" icon="calendar-check" href="/apps/raley-bookman">
    Asset booking management inside the JSM portal.
  </Card>

  <Card title="Raley Favorites" icon="star" href="/apps/raley-favorites">
    Save and quickly access your most important Jira issues.
  </Card>
</CardGroup>

[Browse all RaleyApps on the Atlassian Marketplace →](https://marketplace.atlassian.com/vendors/1212475/inversion-point-llc?utm_source=mintify\&utm_medium=productdocs\&utm_campaign=footage\&utm_term=\&utm_content=)
