Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 899 Bytes

GetInventoryQuantitiesByLocationRequest.md

File metadata and controls

15 lines (11 loc) · 899 Bytes

Yaksa.OrckestraCommerce.Client.Model.GetInventoryQuantitiesByLocationRequest

Inventory quantities.

Properties

Name Type Description Notes
ScopeId string The id of the requested scope [optional]
ExcludeItemsWithQuantityEqualToZero bool Wheather or not inventory items having a quantity equal to zero should be excluded from the result [optional]
InventoryLocationId string business id for the inventory location which will be associated to the Sku to retrieve InventoryItem [optional]
Skip int The number of results to skip [optional]
Take int The number of results to return [optional]

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