Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1006 Bytes

GetStoreByNameRequest.md

File metadata and controls

16 lines (12 loc) · 1006 Bytes

Yaksa.OrckestraCommerce.Client.Model.GetStoreByNameRequest

Stores are entities which represents physical stores or an online/web stores.

Properties

Name Type Description Notes
ScopeId string The id of the requested scope [optional]
CultureName string The culture name in which language tha data will be returned [optional]
IncludeAddresses bool Specifies whether or not to load the collection of addresses linked to the store. [optional]
IncludeOperatingStatus bool Specifies whether or not to load the operating status the store. [optional]
IncludeSchedules bool Specifies whether or not to load schedules of the store. [optional]
Name string the name of the store. [optional]

[Back to Model list] [Back to API list] [Back to README]