Preview

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

syncPendingCustomerOrders

Synchronously sync pending Adobe customer_orders for a customer or single order: fetch Adobe status, update DB, and resolve the marketplace event when applicable. Does not publish to Kafka. Duplicate requests with the same idempotencyKey are rejected.

This page contains

    Authorization Rules

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

    Scopes

    ROLE_CHANNEL_ADMIN

    ROLE_INTERNAL

    Arguments

    input SyncPendingCustomerOrdersInput! PREVIEW

    SyncPendingCustomerOrdersInput fields

    idempotencyKey ID!

    Client-generated UUID used to reject duplicate submissions of the same request

    customerId String

    Adobe customer account id (customer_orders.customer_account_id)

    orderUuid ID

    customer_orders.uuid — when provided, only this order is synced

    Return Fields

    message String
    results [SyncPendingCustomerOrderResult!] PREVIEW
    userErrors [SyncPendingCustomerOrdersError!] 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.