{"id":39487860,"url":"https://github.com/vtex-apps/pickup-availability","last_synced_at":"2026-01-18T05:29:20.845Z","repository":{"id":43115528,"uuid":"210428891","full_name":"vtex-apps/pickup-availability","owner":"vtex-apps","description":null,"archived":false,"fork":false,"pushed_at":"2025-12-02T20:20:32.000Z","size":286,"stargazers_count":2,"open_issues_count":3,"forks_count":5,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-12-05T20:27:53.501Z","etag":null,"topics":["hacktoberfest","store-framework"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/vtex-apps.png","metadata":{"files":{"readme":"docs/README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-09-23T18:50:24.000Z","updated_at":"2025-12-02T20:20:34.000Z","dependencies_parsed_at":"2025-03-31T21:26:05.731Z","dependency_job_id":"94f1c39e-63b7-44b3-9c27-5f97a2049866","html_url":"https://github.com/vtex-apps/pickup-availability","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/vtex-apps/pickup-availability","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vtex-apps%2Fpickup-availability","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vtex-apps%2Fpickup-availability/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vtex-apps%2Fpickup-availability/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vtex-apps%2Fpickup-availability/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vtex-apps","download_url":"https://codeload.github.com/vtex-apps/pickup-availability/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vtex-apps%2Fpickup-availability/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28530819,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"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":["hacktoberfest","store-framework"],"created_at":"2026-01-18T05:29:20.719Z","updated_at":"2026-01-18T05:29:20.819Z","avatar_url":"https://github.com/vtex-apps.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pickup Availability\n\n\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n\n[\u003ci class=\"fa-brands fa-github\"\u003e\u003c/i\u003e Source code](https://github.com/vtex-apps/pickup-availability)\n\nThe Pickup Availability app allows you to add a component to your store's product pages that displays in-store pickup availability for a selected SKU. This allows customers to check whether the item can be collected at a physical store.\n\n\u003eℹ️ This component uses the [`ProductContext`](https://developers.vtex.com/docs/apps/vtex.product-context) app and should be implemented inside the `store.product` block. \n\n## Before you begin\n\nMake sure you have configured in-store pickup for your store, including pickup points and shipping policies.\n\n## Installation\n\n1. Open your [Store theme](https://developers.vtex.com/docs/guides/vtex-io-documentation-store-theme) project in a code editor.\n2. In the terminal, [install](https://developers.vtex.com/docs/guides/vtex-io-documentation-installing-an-app) the `pickup-availability` app in your account by running the `vtex install vtex.pickup-availability` command.\n3. Add the `pickup-availability` app to your theme's `manifest.json` file under `peerDependencies`:\n\n  ```json\n  \"peerDependencies\": {\n    \t\"vtex.pickup-availability\": \"0.x\"\n  }\n  ```\n## Configuration\n\nDeclare the `pickup-availability` block in the desired product template, such as `store.product`. For example:\n\n```json\n\"store.product\": {\n  \"children\": [\n      \"flex-layout.row#product-main\",\n      \"flex-layout.row#description\",\n      \"shelf.relatedProducts\",\n      \"pickup-availability\"\n    ]\n },\n```\n\n## Customization\n\nTo apply CSS customizations to this and other blocks, follow the instructions in [Using CSS Handles for store customization](https://developers.vtex.com/docs/guides/vtex-io-documentation-using-css-handles-for-store-customization).\n\n| CSS Handles                         |\n| ------------------------------------|\n| `availabilityAction`                |\n| `availabilityButtonContainer`       |\n| `availabilityHeader`                |\n| `availabilityMessage`               |\n| `container`                         |\n| `innerContainer`                    |\n| `shippingEstimate[--]{timeModifier}`|\n\n## Contributors\n\nThanks to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://www.linkedin.com/in/brunormoreira/\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/27451066?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eBruno Moreira\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/vtex-apps/pickup-availability/commits?author=brunorodmoreira\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-enable --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvtex-apps%2Fpickup-availability","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvtex-apps%2Fpickup-availability","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvtex-apps%2Fpickup-availability/lists"}