Preview

withdrawProductSyndicationRequest is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

withdrawProductSyndicationRequest

MM withdraws a pending syndication request. Allowed only when:

  1. Monolith status is CHANNEL_REQUESTED, COMPANY_REQUESTED, or VENDOR_APPROVED.
  2. Product is NOT already staged or added (is_added != 'Y' AND is_staging != 'Y').
  3. Request belongs to the caller's own marketplace and is the current last_catalog_request_id.

This page contains

    Authorization Rules

    This request requires authorization with at least one of the following scopes:

    Scopes

    ROLE_CHANNEL_ADMIN

    Arguments

    input WithdrawProductSyndicationRequestInput! PREVIEW

    WithdrawProductSyndicationRequestInput fields

    syndicationRequestId ID!

    catalog_requests.request_ref_id UUID — as returned by viewerSyndicationRequest.id or mutation payloads.

    Return Fields

    syndicationRequest ProductSyndicationRequest PREVIEW
    userErrors [WithdrawProductSyndicationRequestError!] PREVIEW

    Interactive example

    This is an example mutation query. Use the embedded interactive tool below to edit the query.

    Hint: use Ctrl + Space for autocompleting fields.