setShippingMethodAction
Signature
setShippingMethodAction: (
shippingMethodId?: string
) => {
setShippingMethod: {
shippingMethod: {
id: string;
};
};
}Parameters
| Name | Required | Type | Description |
|---|---|---|---|
shippingMethodId | Optional | string |
setShippingMethodAction: (
shippingMethodId?: string
) => {
setShippingMethod: {
shippingMethod: {
id: string;
};
};
}| Name | Required | Type | Description |
|---|---|---|---|
shippingMethodId | Optional | string |