Protected ReadonlyargsOptionalmethodArgs: {Checks if one or more Carts exist for a Customer in a Store. Returns a 200 status if the Cart exists, or a 404 status otherwise.
OptionalmethodArgs: { headers?: { [key: string]: string | string[] } }
Retrieves the most recently modified active Cart of a Customer with CartOrigin
Customer. If no active Cart exists, this method returns a ResourceNotFound error.