SyncPaymentOrderInput
Synchronizes the payment order details
type SyncPaymentOrderInput = {
cartId: Scalars['String']['input']; /** PayPal order ID */
id: Scalars['String']['input'];
};Synchronizes the payment order details
type SyncPaymentOrderInput = {
cartId: Scalars['String']['input']; /** PayPal order ID */
id: Scalars['String']['input'];
};