SyncPendingCustomerOrdersInput
This page contains
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 |
Mutations for SyncPendingCustomerOrdersInput
| syncPendingCustomerOrders PREVIEW | 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. |