{"id":18465352,"url":"https://github.com/scandipwa/sales-graphql","last_synced_at":"2025-04-08T08:31:52.548Z","repository":{"id":38040524,"uuid":"428462244","full_name":"scandipwa/sales-graphql","owner":"scandipwa","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-26T12:40:41.000Z","size":67,"stargazers_count":1,"open_issues_count":2,"forks_count":7,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-23T09:48:25.396Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"osl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scandipwa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"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}},"created_at":"2021-11-16T00:14:39.000Z","updated_at":"2023-05-26T23:04:15.000Z","dependencies_parsed_at":"2024-11-06T09:13:02.252Z","dependency_job_id":"f76b57ef-5a6c-4aa3-a60c-03e04b80f08b","html_url":"https://github.com/scandipwa/sales-graphql","commit_stats":{"total_commits":33,"total_committers":6,"mean_commits":5.5,"dds":0.5151515151515151,"last_synced_commit":"5004e6a22621ba640bc7bcbaa7ec5008bb3557b4"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scandipwa%2Fsales-graphql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scandipwa%2Fsales-graphql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scandipwa%2Fsales-graphql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scandipwa%2Fsales-graphql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scandipwa","download_url":"https://codeload.github.com/scandipwa/sales-graphql/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247804581,"owners_count":20999017,"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":[],"created_at":"2024-11-06T09:12:53.529Z","updated_at":"2025-04-08T08:31:52.220Z","avatar_url":"https://github.com/scandipwa.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scandipwa_SalesGraphQl\n\nMagneto 2 Sales related functionality extension\n\n## What`s inside?\n\nThis module provides GraphQl customization to exist one endpoints.\n\n### Customization endpoints \n\n* Allows filtering orders by entity_id\n```graphql\ninput CustomerOrdersFilterInput {\n    entity_id: FilterStringTypeInput @doc(description: \"Filters by order entity id.\")\n}\n```\n* Returns boolean to define if order can be reordered and rss_link exist for it\n\n```graphql\ntype CustomerOrder {\n    can_reorder: Boolean! @doc(description: \"Defines if order can be reordered\")\n    rss_link: String @doc(description: \"Represents rss link to subscribe on order status\")\n}\n```\n\n* Return row subtotal price \n\n```graphql\ninterface OrderItemInterface {\n   row_subtotal: Money! @doc(description: \"The row subtotal price, including selected options\")\n}\n```\n\n* Extend order products selected and entered options to return\n  also downloadable links, bundle options and files\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscandipwa%2Fsales-graphql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscandipwa%2Fsales-graphql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscandipwa%2Fsales-graphql/lists"}