SapccApiGetLocationProductStockRequest
Request parameters for getLocationProductStock operation in SapccApi. SapccApiGetLocationProductStockRequest
interface SapccApiGetLocationProductStockRequest {
readonly baseSiteId: string;
readonly currentPage?: number;
readonly fields?: string;
readonly latitude?: number;
readonly location?: string;
readonly longitude?: number;
readonly pageSize?: number;
readonly productCode: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
baseSiteId | Required | string | Base site identifier {string} SapccApiGetLocationProductStock |
currentPage | Optional | number | Current result page. Default value is 0. {number} SapccApiGetLocationProductStock |
fields | Optional | string | Response configuration. This is the list of fields that should be returned in the response body. Examples: BASIC,DEFAULT,FULL {string} SapccApiGetLocationProductStock |
latitude | Optional | number | Coordinate that specifies the north-south position of a point on the Earth's surface. {number} SapccApiGetLocationProductStock |
location | Optional | string | Free-text location {string} SapccApiGetLocationProductStock |
longitude | Optional | number | Coordinate that specifies the east-west position of a point on the Earth's surface. {number} SapccApiGetLocationProductStock |
pageSize | Optional | number | Number of results returned per page. {number} SapccApiGetLocationProductStock |
productCode | Required | string | Product identifier. {string} SapccApiGetLocationProductStock |