https://github.com/crystallizeapi/examples
Open source examples of real-world imports, exports and mutations of Crystallize API
https://github.com/crystallizeapi/examples
Last synced: about 1 month ago
JSON representation
Open source examples of real-world imports, exports and mutations of Crystallize API
- Host: GitHub
- URL: https://github.com/crystallizeapi/examples
- Owner: CrystallizeAPI
- License: mit
- Created: 2019-08-15T06:44:40.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-08-27T17:05:41.000Z (10 months ago)
- Last Synced: 2024-08-28T15:25:03.608Z (10 months ago)
- Language: TypeScript
- Size: 210 KB
- Stars: 4
- Watchers: 6
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Crystallize Examples
- **Import utilities**: This is a collection of script examples that can be used to import and mutate data on your Crystallize [PIM](https://crystallize.com/product/product-information-management) tenant.
- **App APIs**: Collection of GraphQL queries and mutations for:
- [PIM API](./app-apis/pim-api/)
- [Core API](./app-apis/core-api/)
- **Commerce APIs**: Example GraphQL queries & mutations for everything e-commerce related. Cart, promotions, orders, etc..
- [Orders API](./commerce-apis/orders-api/)
- [Shop API](./commerce-apis/shop-api/)
- **Product Universe APIs**: Collection of GraphQL queries for the catalogue.
- [Catalogue API](./product-universe-apis/catalogue-api/)
- [Discovery API](./product-universe-apis/discovery-api/)
- [Search API](./product-universe-apis/search-api/)