export interface QuoteCartManagementV1AssignCustomerPutBody { customerId: number; storeId: number; }