getCart( )

Retrieves a cart.

The getCart() function returns a Promise that resolves when the specified cart is retrieved.

Permissions
Manage eCommerce - all permissions
Read eCommerce - all read permissions
Manage Stores - all permissions
Read Stores - all read permissions
Manage Orders
Read Orders
Manage Restaurants - all permissions
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
_idstringRequired

ID of the cart to retrieve.

Returns
Return Type:Promise<Cart>
Was this helpful?
Yes
No