CartDeliveryModesApiAxiosParamCreator
CartDeliveryModesApi - axios parameter creator
Signature
CartDeliveryModesApiAxiosParamCreator: (
configuration?: Configuration
) => {
getCartDeliveryMode: (baseSiteId: string,
cartId: string,
userId: string,
fields?: string,
options?: AxiosRequestConfig) => Promise<RequestArgs>;
getCartDeliveryModes: (baseSiteId: string,
cartId: string,
userId: string,
fields?: string,
options?: AxiosRequestConfig) => Promise<RequestArgs>;
removeCartDeliveryMode: (baseSiteId: string,
cartId: string,
userId: string,
options?: AxiosRequestConfig) => Promise<RequestArgs>;
replaceCartDeliveryMode: (baseSiteId: string,
cartId: string,
deliveryModeId: string,
userId: string,
options?: AxiosRequestConfig) => Promise<RequestArgs>;
}Parameters
| Name | Required | Type | Description |
|---|---|---|---|
configuration | Optional | Configuration |
Referenced Types
AxiosRequestConfig