Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 863 Bytes

CreateScopeRequest.md

File metadata and controls

16 lines (12 loc) · 863 Bytes

Yaksa.OrckestraCommerce.Client.Model.CreateScopeRequest

Scopes are entities that allow you to organize and search data and settings for a given market.

Properties

Name Type Description Notes
CurrencyIso string The currency iso code of the scope. [optional]
DefaultCulture string The default culture of the scope. [optional]
Description Dictionary<string, string> [optional]
Name Dictionary<string, string> [optional]
ParentScopeId string The parent scope id. [optional]
ScopeType string The type of the scope. [optional]

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