Alokai
You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current

SetDefaultShippingAddressParams

Parameters for the setDefaultShippingAddress API endpoint

export interface SetDefaultShippingAddressParams {
	address: {
        id: string;
    };
	user: {
        version: string;
    };
}

Properties

NameRequiredTypeDescription
addressRequired{ id: string; }Shipping address ID
userRequired{ version: string; }User version

On this page