Newer Version Available
ConnectApi.OCIGetInventoryAvailabilityInputRepresentation
| Property | Type | Description | Required or Optional | Available Version |
|---|---|---|---|---|
| locationGroupIdentifier | String | The identifier of a location group to retrieve inventory availability data for. Specifying this value retrieves inventory data for all locations belonging to this group. | Optional; can’t combine with locationGroupIdentifiers or locationIdentifiers | 51.0 |
| locationGroupIdentifiers | List<String> | A list of up to 100 identifiers of location groups to retrieve inventory availability data for. | Optional; can’t combine with locationGroupIdentifier or locationIdentifiers | 51.0 |
| locationIdentifiers | List<String> | A list of up to 100 identifiers of locations to retrieve inventory availability data for. | Optional; can’t combine with locationGroupIdentifier or locationGroupIdentifiers | 51.0 |
| stockKeepingUnit | String | The SKU of a product to retrieve inventory availability data for. Specifying a SKU with no locations or location groups returns availability data for that SKU at all inventory locations that are not assigned to location groups. | Optional; can’t combine with stockKeepingUnits | 51.0 |
| stockKeepingUnits | List<String> | A list of up to 100 SKUs of products to retrieve inventory availability data for. | Optional; can’t combine with stockKeepingUnit | 51.0 |
| useCache | Boolean | Whether to fetch the inventory data from the cache. Default value is true. | Optional | 51.0 |