Class ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyCartsByIDRequestBuilder
 Constructors
constructor
Parameters
- args: {
    baseUri?: string;
    executeRequest: executeRequest;
    pathArgs: {
        associateId: string;
        businessUnitKey: string;
        ID: string;
        projectKey: string;
    };
} 
 Properties
Protected Readonlyargs
args: {    baseUri?: string;    executeRequest: executeRequest;    pathArgs: {        associateId: string;        businessUnitKey: string;        ID: string;        projectKey: string;    };}  Methods
delete
delete(    methodArgs: {        headers?: { [key: string]: string | string[] };        queryArgs: {            dataErasure?: boolean;            expand?: string | string[];            version: number;            [key: string]: QueryParam;        };    },): ApiRequest<Cart> Parameters
- methodArgs: {
    headers?: { [key: string]: string | string[] };
    queryArgs: {
        dataErasure?: boolean;
        expand?: string | string[];
        version: number;
        [key: string]: QueryParam;
    };
} 
get
get(    methodArgs?: {        headers?: { [key: string]: string | string[] };        queryArgs?: { expand?: string | string[]; [key: string]: QueryParam };    },): ApiRequest<Cart> Parameters
OptionalmethodArgs: {
    headers?: { [key: string]: string | string[] };
    queryArgs?: { expand?: string | string[]; [key: string]: QueryParam };
}
head
head(    methodArgs?: { headers?: { [key: string]: string | string[] } },): ApiRequest<void> Parameters
OptionalmethodArgs: { headers?: { [key: string]: string | string[] } }
post
post(    methodArgs: {        body: CartUpdate;        headers?: { [key: string]: string | string[] };        queryArgs?: { expand?: string | string[]; [key: string]: QueryParam };    },): ApiRequest<Cart> Parameters
- methodArgs: {
    body: CartUpdate;
    headers?: { [key: string]: string | string[] };
    queryArgs?: { expand?: string | string[]; [key: string]: QueryParam };
} 
If the Cart exists in the Project but does not reference the requested BusinessUnit, this method returns an InvalidOperation error.