--- title: JobStatus - Partner API description: >- The status of the [Experts Marketplace job](https://help.shopify.com/partners/selling-services). api_version: 2025-01 api_name: partner type: enum api_type: graphql source_url: html: 'https://shopify.dev/docs/api/partner/2025-01/enums/JobStatus' md: 'https://shopify.dev/docs/api/partner/2025-01/enums/JobStatus.md' --- # Job​Status enum The status of the [Experts Marketplace job](https://help.shopify.com/partners/selling-services). ## Valid values * AWAITING\_​RESPONSE The merchant has taken an action that requires attention from your organization. * CLOSED The job has been closed by the merchant. * COMPLETED The job has been marked as complete by your organization. * DECLINED The job has been declined by the merchant or your organization. * EXPIRED The job has expired. A job expires when your organization does not send an initial response to a job within 72 hours. * INACTIVE The job has been marked inactive by your organization. * NEW The job has been submitted to your organization, but hasn't been opened. * OPENED The job has been viewed by your organization. * RESPONDED The job has been responded to by your organization. *** ## Fields * [Job.status](https://shopify.dev/docs/api/partner/2025-01/objects/Job#field-Job.fields.status) OBJECT An [Experts Marketplace job](https://help.shopify.com/partners/selling-services). * [Query​Root.jobs(statuses)](https://shopify.dev/docs/api/partner/2025-01/objects/QueryRoot#field-QueryRoot.fields.jobs.arguments.statuses) ARGUMENT The schema's entry-point for queries. This acts as the public, top-level API from which all queries must start. * [jobs.statuses](https://shopify.dev/docs/api/partner/2025-01/queries/jobs#arguments-statuses) ARGUMENT *** ## Map ### Fields with this enum * <-|[Job.status](https://shopify.dev/docs/api/partner/2025-01/objects/Job#field-Job.fields.status) ### Arguments with this enum * <-|[Query​Root.jobs(statuses)](https://shopify.dev/docs/api/partner/2025-01/objects/QueryRoot#field-QueryRoot.fields.jobs.arguments.statuses) * <-|[jobs.statuses](https://shopify.dev/docs/api/partner/2025-01/queries/jobs#arguments-statuses)