addPayments( )


開発者プレビュー

このAPIは変更される可能性があります。プレビュー期間中、開発者からのフィードバックに基づいてバグ修正や新機能がリリースされる予定です。

Adds up to 50 payment records to an order.

について addPayments() function returns a Promise that resolves when the payment records are added to an order.

Note: This does NOT perform the actual charging - the order is only updated with records of the payments.

Permissions
Manage Stores - all permissions
Manage eCommerce - all permissions
Manage Orders
Learn more about app permissions.
メソッド宣言
コピー
メソッド・パラメータ
orderIdstringRequired

Order ID.


paymentsArray<Payment>Required

Payments to be added to order.

リターン
Return Type:Promise<AddPaymentsResponse>
役に立ちましたか?
はい
いいえ