Alokai

PartialGetShippingMethodsResponse

Partial data returned from the getShippingMethods API endpoint.

Comes in handy while creating generic return types constraints used in combination with custom queries.

type PartialGetShippingMethodsResponse = Record<"shippingMethods", DeepPartial<GetShippingMethodsResponse["shippingMethods"]>>;

Referenced Types

On this page