{"id":50976936,"url":"https://github.com/fostercommerce/shipments-veeqo","last_synced_at":"2026-06-23T13:00:44.393Z","repository":{"id":365516566,"uuid":"1271755497","full_name":"FosterCommerce/shipments-veeqo","owner":"FosterCommerce","description":null,"archived":false,"fork":false,"pushed_at":"2026-06-17T16:32:32.000Z","size":73,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-22T12:27:12.679Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FosterCommerce.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"docs/roadmap.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-17T01:38:39.000Z","updated_at":"2026-06-17T16:33:12.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/FosterCommerce/shipments-veeqo","commit_stats":null,"previous_names":["fostercommerce/shipments-veeqo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FosterCommerce/shipments-veeqo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FosterCommerce%2Fshipments-veeqo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FosterCommerce%2Fshipments-veeqo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FosterCommerce%2Fshipments-veeqo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FosterCommerce%2Fshipments-veeqo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FosterCommerce","download_url":"https://codeload.github.com/FosterCommerce/shipments-veeqo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FosterCommerce%2Fshipments-veeqo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34690771,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2026-06-19T09:03:37.069Z","updated_at":"2026-06-23T13:00:44.350Z","avatar_url":"https://github.com/FosterCommerce.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shipments Veeqo\n\nA **Veeqo provider** for the Foster Commerce Shipments plugin, plus product sync between Craft Commerce and Veeqo.\n\n## What it does\n\n- Adds Veeqo to the Shipments plugin's integration list, so shipments can be pushed to Veeqo from the control panel or queue.\n- Pushes the completed order to Veeqo as a single Veeqo order, matched back by the order number (Veeqo auto-allocates it for fulfilment).\n- Polls Veeqo on a schedule (Veeqo has no webhooks) and mirrors each Veeqo allocation back as a Craft shipment, writing that allocation's carrier and tracking. When Veeqo splits an order across warehouses, Craft reflects the split.\n- Syncs Commerce products and variants to Veeqo as products and sellables when they are saved.\n- Pulls stock from Veeqo into Commerce on a schedule, keeping inventory-tracked variants in step (Veeqo is the inventory source of truth).\n\n## Requirements\n\n- Craft CMS `^5.0`\n- Craft Commerce `^5.0`\n- [Foster Commerce Shipments](https://github.com/fostercommerce/shipments) `dev-main`\n- PHP `^8.2`\n- A Veeqo account and API key\n\n## Install\n\n```sh\ncomposer require fostercommerce/shipments-veeqo\n./craft plugin/install shipments-veeqo\n```\n\nSee [`docs/installation.md`](./docs/installation.md) for the full guide, including Veeqo account setup and how to add the integration.\n\n## Veeqo integration\n\nVeeqo registers as a provider on the Shipments plugin. You add it under **Shipments -\u003e Settings -\u003e Integrations -\u003e New**, choosing Veeqo as the provider and entering your API key and channel id. From there the Shipments plugin owns the shipment lifecycle (status, history, emails); this plugin only talks to the Veeqo API.\n\n## Product sync\n\nWhen a Commerce product is saved, the plugin queues a job that creates or updates the matching Veeqo product and its sellables, keyed by SKU. Variants without a SKU are skipped. You can mutate the outgoing payload from your own code before it is sent. See [custom product payloads](./docs/dev-guide/custom-product-payload.md).\n\n## Polling\n\nVeeqo does not offer webhooks, so inbound tracking arrives by polling. You run the pull command on a cron schedule. See [`docs/installation.md`](./docs/installation.md) for the commands and example crontab.\n\n## Stock sync\n\nVeeqo is built to own inventory and dictate stock to its sales channels. This plugin treats Commerce as one of those channels: `shipments-veeqo/stock/pull` reads Veeqo's available stock and writes it onto inventory-tracked Commerce variants. Non-tracked variants are left untouched. Turn it off with the \"Let Veeqo adjust Commerce inventory\" setting.\n\n## License\n\nProprietary.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffostercommerce%2Fshipments-veeqo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffostercommerce%2Fshipments-veeqo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffostercommerce%2Fshipments-veeqo/lists"}