Location adapter

interface CatalogLocationAdapter {
    createLocation: HandlerAndValidators<Record<string, Predicate>>;
    deleteLocation: HandlerAndValidators<Record<string, Predicate>>;
    getLocation: HandlerAndValidators<Record<string, Predicate>>;
    getLocationProductCount: HandlerAndValidators<Record<string, Predicate>>;
    getLocationTree: HandlerAndValidators<Record<string, Predicate>>;
    listLocations: HandlerAndValidators<Record<string, Predicate>>;
    updateLocation: HandlerAndValidators<Record<string, Predicate>>;
}

Hierarchy (view full)

Properties

createLocation: HandlerAndValidators<Record<string, Predicate>>
deleteLocation: HandlerAndValidators<Record<string, Predicate>>
getLocation: HandlerAndValidators<Record<string, Predicate>>
getLocationProductCount: HandlerAndValidators<Record<string, Predicate>>
getLocationTree: HandlerAndValidators<Record<string, Predicate>>
listLocations: HandlerAndValidators<Record<string, Predicate>>
updateLocation: HandlerAndValidators<Record<string, Predicate>>

Generated using TypeDoc