--- title: Job - Partner API description: An [Experts Marketplace job](https://help.shopify.com/partners/selling-services). api_version: 2025-10 api_name: partner type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/partner/latest/objects/job md: https://shopify.dev/docs/api/partner/latest/objects/job.md --- # Job object An [Experts Marketplace job](https://help.shopify.com/partners/selling-services). ## Fields * confirmed​Completed [Boolean!](https://shopify.dev/docs/api/partner/latest/scalars/Boolean) non-null Whether the merchant has marked the job as complete. * conversation [Conversation](https://shopify.dev/docs/api/partner/latest/objects/Conversation) The conversation containing messages exchanged with the merchant. * created​At [Date​Time!](https://shopify.dev/docs/api/partner/latest/scalars/DateTime) non-null The date and time the job was submitted to your organization. * dashboard​Url [Url!](https://shopify.dev/docs/api/partner/latest/scalars/Url) non-null A URL to access this job in the Partner Dashboard. * id [ID!](https://shopify.dev/docs/api/partner/latest/scalars/ID) non-null A globally unique identifier. * last​Event​At [Date​Time!](https://shopify.dev/docs/api/partner/latest/scalars/DateTime) non-null The date and time of the most recent job event. * requirements [\[Job​Requirement!\]!](https://shopify.dev/docs/api/partner/latest/objects/JobRequirement) non-null The job requirements that the merchant provided. * services [\[Service!\]!](https://shopify.dev/docs/api/partner/latest/objects/Service) non-null The services requested for this job. * shop [Shop!](https://shopify.dev/docs/api/partner/latest/objects/Shop) non-null The shop that submitted the job. * status [Job​Status!](https://shopify.dev/docs/api/partner/latest/enums/JobStatus) non-null The status of the job. *** ## Map ### Fields with this object * {}[JobEdge.node](https://shopify.dev/docs/api/partner/latest/objects/JobEdge#field-JobEdge.fields.node) *** ## Queries ### Deprecated queries * [job](https://shopify.dev/docs/api/partner/latest/queries/job) query Deprecated (removal date set) * [jobs](https://shopify.dev/docs/api/partner/latest/queries/jobs) query Deprecated (removal date set) *** ## \Job Queries *** ## Interfaces * [Node](https://shopify.dev/docs/api/partner/latest/interfaces/Node) interface *** ## ||-Job Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/partner/latest/interfaces/Node)