removeCoupon( )


Removes the coupon from a specified checkout.

について removeCoupon() function returns a Promise that resolves to the updated checkout when the coupon is removed from the specified checkout.

Note: A checkout can only hold 1 coupon.

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

ID of the checkout to remove the coupon from.

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