seekAnzHirerAdvertisementModificationProductsAlt
DEPRECATED QUERY

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

Arguments

Name
Description
The state of the live job ad on SEEK's job board.This depends on your software persisting & updating the state of the live job ad. The seekAnzHirerAdvertisementModificationProducts query is recommended if you have a 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 ($advertisement: SeekAnzAdProductAdvertisementInput!, $draftAdvertisement: SeekAnzAdProductAdvertisementDraftInput!, $hirerId: String!) {
  seekAnzHirerAdvertisementModificationProductsAlt(
    advertisement: $advertisement
    draftAdvertisement: $draftAdvertisement
    hirerId: $hirerId
  ) {
    advertisementTypeCode
  }
}