Sha256: 4673e85ac5fdccd6521f7661ea894f310419052bb78cd5d5482736357b6e14e7
Contents?: true
Size: 1.25 KB
Versions: 2
Compression:
Stored size: 1.25 KB
Contents
--- title: Solidus JSON API Reference language_tabs: - shell toc_footers: - <a href="http://solidusapi.wildcardlabs.com" target="_blank"> Source Code </a> - <a href="https://guides.spreecommerce.com/api/" target="_blank"> Spree API Documentation </a> - <a href="http://jsonapi.org/" target="_blank"> JSON API Documentation </a> - <a href="https://github.com/tripit/slate" target="_blank"> Documentation Powered by Slate </a> includes: - errors - pagination - filtering - countries - images - line_items - option_types - option_values - orders - prices - products - states - taxonomies - taxons - variants search: true --- # Introduction Welcome to the Soidus JSON API! You can use our API to grab data from our database and make updates. We currently only have a language binding in Shell. You can view code examples in the dark area to the right. This example API documentation page was created with [Slate](http://github.com/tripit/slate). Feel free to edit it and use it as a base for your own API's documentation. This JSON API is formatted after the [JSON API spec](http://jsonapi.org). Please follow its guidelines to learn about: - Pagination - Including Relationships - Sorting - Error Objects - The Document Structure
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
solidus_json_api-0.3.1 | docs/source/index.md |
solidus_json_api-0.3.0 | docs/source/index.md |