---
title: >-
  Admin action extensions now have access to picking APIs - Shopify developer
  changelog
description: >-
  Shopify’s developer changelog documents all changes to Shopify’s platform.
  Find the latest news and learn about new platform opportunities.
source_url:
  html: >-
    https://shopify.dev/changelog/admin-action-extensions-now-have-access-to-picking-apis
  md: >-
    https://shopify.dev/changelog/admin-action-extensions-now-have-access-to-picking-apis.md
metadata:
  effectiveApiVersion: ''
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2024-12-12T14:59:47-05:00'
  postedAt: '2024-12-12T14:47:00-05:00'
  updatedAt: '2024-12-12T15:10:55-05:00'
  effectiveAt: '2024-12-12T14:47:00-05:00'
---

December 12, 2024

Tags:

* API

# Admin action extensions now have access to picking APIs

[Admin action extensions](https://shopify.dev/docs/apps/build/admin/actions-blocks#admin-actions) and [admin print action extensions](https://shopify.dev/docs/apps/build/admin/actions-blocks#admin-print-actions) now have access to the [resource picker API](https://shopify.dev/docs/api/admin-extensions/unstable/api/resource-picker), allowing merchants select one or more products, collections, or product variants. Additionally they can access the [picker API](https://shopify.dev/docs/api/admin-extensions/unstable/api/picker), enabling selection of resources that your app defines.

Get started today by [building an admin action extension](https://shopify.dev/docs/apps/build/admin/actions-blocks/build-admin-action?extension=react)!
