Protected
Readonly
argsOptional
methodArgs: {Checks if an active Cart exists in a Store. Returns 200 OK
status if successful.
A [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned in the following scenarios:
- If no active Cart exists in a Store.
- If an active Cart exists but does not have a `store` specified, or the `store` field references a different Store.
- If an active Cart exists but does not contain a `customerId` that matches the [customer:{id}](/scopes#composable-commerce-oauth) scope, or `anonymousId` that matches the [anonymous_id:{id}](/scopes#composable-commerce-oauth) scope.
Optional
methodArgs: { headers?: { [key: string]: string | string[] } }
Retrieves the Customer's most recently modified active Cart in a Store. Returns a
200 OK
status if successful.