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