SapccApiCountProductStockByLocationRequest
Request parameters for countProductStockByLocation operation in SapccApi. SapccApiCountProductStockByLocationRequest
interface SapccApiCountProductStockByLocationRequest {
readonly baseSiteId: string;
readonly latitude?: number;
readonly location?: string;
readonly longitude?: number;
readonly productCode: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
baseSiteId | Required | string | Base site identifier {string} SapccApiCountProductStockByLocation |
latitude | Optional | number | Coordinate that specifies the north-south position of a point on the Earth's surface. {number} SapccApiCountProductStockByLocation |
location | Optional | string | Free-text location {string} SapccApiCountProductStockByLocation |
longitude | Optional | number | Coordinate that specifies the east-west position of a point on the Earth's surface. {number} SapccApiCountProductStockByLocation |
productCode | Required | string | Product identifier. {string} SapccApiCountProductStockByLocation |