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
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.