export interface SalesDataShipmentCreationArgumentsExtensionInterface { shippingLabel?: string; extShipmentId?: string; extReturnShipmentId?: string; extLocationId?: string; extTrackingUrl?: string; extTrackingReference?: string; }