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 |
---|---|
String! | The value of PositionProfile.profileId for the live job ad. |
SeekAnzAdProductAdvertisementDraftInput! | The proposed state of the updated job ad. |
String! | The identifier for the HiringOrganization that posted the live job ad. |
Result
Name | Description |
---|---|
The details of an available ad product. |
Sample
query ($advertisementId: String!, $draftAdvertisement: SeekAnzAdProductAdvertisementDraftInput!, $hirerId: String!) {
seekAnzHirerAdvertisementModificationProducts(
advertisementId: $advertisementId
draftAdvertisement: $draftAdvertisement
hirerId: $hirerId
) {
advertisementTypeCode
}
}