retrieve - Store Module Reference
This documentation provides a reference to the retrieve
method. This belongs to the Store Module.
This method retrieves a store by its ID.
Example
Parameters
id
stringRequiredThe ID of the store.
config
FindConfig<StoreDTO>The configurations determining how the store is retrieved. Its properties, such as select
or relations
, accept the
attributes or relations associated with a store.
config
FindConfig<StoreDTO>select
or relations
, accept the
attributes or relations associated with a store.Returns
The retrieved store.
Was this section helpful?