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

# Default Partner Resources

> Convenience endpoints for default resource schemas

Reach provides three default resource schemas that are available to partners upon request: **customers**, **locations**, and **transactions**. These schemas come pre-configured with common fields and can be used immediately once enabled for your partner account.

<Note>
  These default schemas can be customized to match your specific data structure. See [Schema Definitions](/api-reference/endpoint/get-partner-schema-definitions) for information on customizing or creating your own schemas.
</Note>

## Available Default Schemas

* **customers**: For storing customer/user data
* **locations**: For storing business location data
* **transactions**: For storing transaction/order data

## Using Default Resource Endpoints

The endpoints in this section provide convenient shortcuts for all CRUD operations on the default resource schemas. These endpoints are equivalent to using the generic [Partner Resources](/api-reference/endpoint/get-api-resources-schemadefinitionnameorid) endpoints with the schema name (`customers`, `locations`, or `transactions`).

Operations supported:

* **Create**: Single and batch upload
* **Read**: List all resources or get by external ID
* **Update**: Patch single resource or batch patch
* **Delete**: Delete single resource or batch delete
