Collections
List of available collections and their schemas
Collections
Here is the list of collections provided by 01.software. There are 44 public collections accessible via the SDK.
Common Fields
Fields automatically included in every collection:
| Field | Type | Description | Required |
|---|---|---|---|
id | string | Unique identifier | |
createdAt | timestamp | Creation date/time | |
updatedAt | timestamp | Last modified date/time | |
tenant | relationship | Associated tenant |
The tenant field is automatically filtered during API requests. You do not need to specify it manually.
Collection Summary
| Category | Collections | Count | Access |
|---|---|---|---|
| Products | products, product-variants, product-options, product-categories, product-tags, product-images, product-collections, brands, brand-logos | 9 | Read / CRUD |
| Orders | orders, order-products, returns, return-products, exchanges, exchange-products, fulfillments, fulfillment-items, transactions | 9 | Read / CRUD |
| Customers | customers, customer-addresses, customer-groups, customer-group-images | 4 | Read / CRUD |
| Carts | carts, cart-items | 2 | Read / CRUD |
| Discounts | discounts | 1 | Read / CRUD |
| Shipping | shipping-policies | 1 | Read / CRUD |
| Posts | posts, post-categories, post-tags, post-images | 4 | Read / CRUD |
| Documents | documents, document-types, document-categories, document-images | 4 | Read / CRUD |
| Media | playlists, playlist-images, musics, media | 4 | Read / CRUD |
| Forms | forms, form-submissions | 2 | Read / CRUD |
| Tenants | tenant-metadata, tenant-logos, tenant-og-images | 3 | Read / CRUD |
| Tenants | tenants | 1 | Read-only |
| Total | 44 |
Access column: Browser Client / Server Client. Browser Client (Client Key) supports read operations only. Server Client (Client Key + Secret Key) supports full CRUD. The tenants collection is read-only for both clients.
Next Steps
- Filtering - Write advanced queries
- Webhooks - Receive events
- Query Builder - Query and manipulate data