removeLineItems( )


Removes line items from the specified cart.

について removeLineItems() function returns a Promise that resolves to the updated cart when the line items are removed from the specified cart.

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

ID of the cart to remove line items from.


lineItemIdsArray<string>Required

IDs of the line items to remove from the cart.

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