--- title: job - Partner API description: >- An [Experts Marketplace job](https://help.shopify.com/partners/selling-services). api_version: 2025-01 api_name: partner type: query api_type: graphql source_url: html: 'https://shopify.dev/docs/api/partner/2025-01/queries/job' md: 'https://shopify.dev/docs/api/partner/2025-01/queries/job.md' --- # job query Deprecated. No longer supported (2024-01). An [Experts Marketplace job](https://help.shopify.com/partners/selling-services). ## Arguments * id [ID!](https://shopify.dev/docs/api/partner/2025-01/scalars/ID) required The job ID. Example value: `gid://partners/Job/1234`. *** ## Possible returns * Job [Job](https://shopify.dev/docs/api/partner/2025-01/objects/Job) An [Experts Marketplace job](https://help.shopify.com/partners/selling-services). *** ## Examples * ### job reference ## Query Reference ```graphql { job(id) { # job fields } } ```