Home > @vsf-enterprise/sap-commerce-webservices-sdk > ConsignmentTrackingApi > getConsignmentTrackingDataUsingGET
ConsignmentTrackingApi.getConsignmentTrackingDataUsingGET() method
Returns details of consignment tracking information based on the order code and the consignment code. Gets consignment tracking information
Signature:
getConsignmentTrackingDataUsingGET(baseSiteId: string, consignmentCode: string, orderCode: string, options?: any): Promise<import("axios").AxiosResponse<ConsignmentTracking>>;
Parameters
Parameter | Type | Description |
---|---|---|
baseSiteId | string | Base site identifier |
consignmentCode | string | consignment identifier |
orderCode | string | order identifier |
options | any | Override http request option. |
Returns:
Promise<import("axios").AxiosResponse<ConsignmentTracking>>
Exceptions
{RequiredError} ConsignmentTrackingApi