What is the motivation for adding/enhancing this feature?
As in the app, we are fetching all the facilities from the system then instead of passing externalId for facility, pass the facilityId.
Doing so, as there might be cases where externalFacilityId mapping is missing for some facility which will result in having issues in the overall process.
What are the acceptance criteria?
[x] Pass facilityId in place of externalFacilityId when creating shipment, also update the parameter name from externalDestinationFacilityId to destinationFacilityId
[x] Update the viewSize when fetching facilities to 250
Can you complete this feature request by yourself?
What is the motivation for adding/enhancing this feature?
As in the app, we are fetching all the facilities from the system then instead of passing externalId for facility, pass the facilityId. Doing so, as there might be cases where externalFacilityId mapping is missing for some facility which will result in having issues in the overall process.
What are the acceptance criteria?
externalDestinationFacilityId
todestinationFacilityId
Can you complete this feature request by yourself?
Additional information