seekAnzHirerAdvertisementModificationProducts
DEPRECATED QUERY

Deprecated: Use advertisementProducts query instead.
Ad products available when updating a live job ad.Use this query when you have the PositionProfile.profileId for the live job ad.This query accepts browser tokens that include the query:ad-products scope.

Arguments

Name
Description
advertisementId* 
String!
The value of PositionProfile.profileId for the live job ad.
The proposed state of the updated job ad.
hirerId* 
String!
The identifier for the HiringOrganization that posted the live job ad.

Result

Name
Description
The details of an available ad product.

Sample

GraphQL
query ($advertisementId: String!, $draftAdvertisement: SeekAnzAdProductAdvertisementDraftInput!, $hirerId: String!) {
  seekAnzHirerAdvertisementModificationProducts(
    advertisementId: $advertisementId
    draftAdvertisement: $draftAdvertisement
    hirerId: $hirerId
  ) {
    advertisementTypeCode
  }
}