Home > @vsf-enterprise/sapcc-api > Endpoints > getBaseStore
Endpoints.getBaseStore() method
Get a Base Store.
Signature:
getBaseStore(context: SapccIntegrationContext, props: GetBaseStoreProps): Promise<BaseStore>;
Parameters
Parameter | Type | Description |
---|---|---|
context | SapccIntegrationContext | An auto-generated value prepended to the method as a first parameter. |
props | GetBaseStoreProps | An object containing necessary props for getting a base store. |
Returns:
Promise<BaseStore>