Skip to main content
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.
These default schemas can be customized to match your specific data structure. See Schema Definitions for information on customizing or creating your own schemas.

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 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