Alokai

GetShippingMethodsParams

Parameters for the getShippingMethods API endpoint.

interface GetShippingMethodsParams {
	cartId: string;
}

Properties

NameRequiredTypeDescription
cartIdRequiredstring

On this page