Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 945 Bytes

GetProductsBySkuRequest.md

File metadata and controls

15 lines (11 loc) · 945 Bytes

Yaksa.OrckestraCommerce.Client.Model.GetProductsBySkuRequest

Products are entities which represents a buyable item managed in a catalog.

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]
IncludePriceLists bool whether or not to include the price lists of the products. [optional]
IncludeRelationships bool Gets or sets a value indicating whether or not to include the relationships of the products. [optional]
Sku string the stock keeping unit code (SKU) for the products to retrieve [optional]

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