{"id":18809103,"url":"https://github.com/co-cart/cocart-api-reference-docs","last_synced_at":"2025-06-23T13:33:19.638Z","repository":{"id":39700996,"uuid":"83330910","full_name":"co-cart/cocart-api-reference-docs","owner":"co-cart","description":"API Reference for CoCart, CoCart Pro and it's add-ons.","archived":false,"fork":false,"pushed_at":"2024-09-22T21:21:10.000Z","size":2560,"stargazers_count":5,"open_issues_count":16,"forks_count":9,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-21T03:46:22.013Z","etag":null,"topics":["cocart","documentation","rest-api","slate","woocommerce","wordpress-plugin"],"latest_commit_sha":null,"homepage":"","language":"SCSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/co-cart.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-02-27T16:20:05.000Z","updated_at":"2024-09-24T13:47:07.000Z","dependencies_parsed_at":"2023-02-10T18:01:23.280Z","dependency_job_id":"0b0d7c53-cdcb-4121-a018-8b3912119fe2","html_url":"https://github.com/co-cart/cocart-api-reference-docs","commit_stats":null,"previous_names":["co-cart/co-cart-docs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/co-cart/cocart-api-reference-docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/co-cart%2Fcocart-api-reference-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/co-cart%2Fcocart-api-reference-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/co-cart%2Fcocart-api-reference-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/co-cart%2Fcocart-api-reference-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/co-cart","download_url":"https://codeload.github.com/co-cart/cocart-api-reference-docs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/co-cart%2Fcocart-api-reference-docs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261487022,"owners_count":23166007,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cocart","documentation","rest-api","slate","woocommerce","wordpress-plugin"],"created_at":"2024-11-07T23:15:15.963Z","updated_at":"2025-06-23T13:33:14.611Z","avatar_url":"https://github.com/co-cart.png","language":"SCSS","readme":"\u003ch1 align=\"center\"\u003eCoCart Documentation\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://cocart.xyz/wp-content/uploads/2021/11/cocart-home-default.png.webp\" alt=\"CoCart Logo\" /\u003e\u003c/p\u003e\n\n[![WordPress Plugin Page](https://img.shields.io/badge/WordPress-%E2%86%92-lightgrey.svg?style=flat-square)](https://wordpress.org/plugins/cart-rest-api-for-woocommerce/)\n[![WordPress Plugin Version](https://img.shields.io/wordpress/plugin/v/cart-rest-api-for-woocommerce.svg?style=flat)](https://wordpress.org/plugins/cart-rest-api-for-woocommerce/)\n[![WordPress Plugin Downloads](https://img.shields.io/wordpress/plugin/dt/cart-rest-api-for-woocommerce.svg)](https://wordpress.org/plugins/cart-rest-api-for-woocommerce/)\n\nThis repository manages the documentation for CoCart.\n\nIf you would like to contribute to the documentation to either correct a mistake, maybe add another language or something else. Then please follow these [contribution guidelines](https://github.com/co-cart/co-cart-docs/blob/master/CONTRIBUTING.md).\n\n## Getting Started\n\n### Requirements\n\nYou're going to need:\n\n - **Linux or macOS** — Windows may work, but is unsupported.\n - **[Ruby, version 2.5 or newer](https://www.ruby-lang.org/en/)**\n - **[Bundler](https://bundler.io/)** — If Ruby is already installed, but the `bundle` command doesn't work, just run `gem install bundler` in a terminal.\n - **[NodeJS](https://nodejs.org/en/)**\n\n### Getting Set Up\n\n1. Fork this repository on GitHub.\n2. Clone *your forked repository* (not this original one) to your hard drive with `git clone https://github.com/YOURUSERNAME/co-cart-docs.git`\n3. `cd co-cart-docs`\n4. Initialize and start Slate. You can either do this locally, or with Vagrant:\n\n```shell\n# either run this to run locally\nbundle install\nbundle exec middleman server ## Load server process for development.\nbundle exec middleman build  ## Just build the files.\n\n# OR run this to run with vagrant\nvagrant up\n```\n\nYou can now see the docs at http://localhost:4567.\n\n## CoCart Channels\n\nWe have different channels at your disposal where you can find information about the CoCart project, discuss it and get involved:\n\n[![Twitter: cocartapi](https://img.shields.io/twitter/follow/cocartapi?style=social)](https://twitter.com/cocartapi) [![CoCart JS Lib Github Stars](https://img.shields.io/github/stars/co-cart/co-cart-docs?style=social)](https://github.com/co-cart/co-cart-docs)\n\n\u003cul\u003e\n  \u003cli\u003e📖 \u003cstrong\u003eDocs\u003c/strong\u003e: this is the place to learn how to use CoCart API. \u003ca href=\"https://docs.cocart.xyz/#getting-started\"\u003eGet started!\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e🧰 \u003cstrong\u003eResources\u003c/strong\u003e: this is the hub of all CoCart resources to help you build a headless store. \u003ca href=\"https://cocart.dev/?utm_medium=gh\u0026utm_source=github\u0026utm_campaign=readme\u0026utm_content=cocart\"\u003eGet resources!\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e👪 \u003cstrong\u003eCommunity\u003c/strong\u003e: use our Slack chat room to share any doubts, feedback and meet great people. This is your place too to share \u003ca href=\"https://cocart.xyz/community/?utm_medium=gh\u0026utm_source=github\u0026utm_campaign=readme\u0026utm_content=cocart\"\u003ehow are you planning to use CoCart!\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e🐞 \u003cstrong\u003eGitHub\u003c/strong\u003e: we use GitHub for bugs and pull requests, doubts are solved with the community.\u003c/li\u003e\n  \u003cli\u003e🐦 \u003cstrong\u003eSocial media\u003c/strong\u003e: a more informal place to interact with CoCart users, reach out to us on \u003ca href=\"https://twitter.com/cocartapi\"\u003eTwitter.\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e💌 \u003cstrong\u003eNewsletter\u003c/strong\u003e: do you want to receive the latest plugin updates and news? Subscribe \u003ca href=\"https://twitter.com/cocartapi\"\u003ehere.\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003e The documentation is powered by [Slate](https://github.com/lord/slate).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fco-cart%2Fcocart-api-reference-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fco-cart%2Fcocart-api-reference-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fco-cart%2Fcocart-api-reference-docs/lists"}