hotwax / fulfillment

HotWax Commerce Fulfillment app
Apache License 2.0
7 stars 35 forks source link

Generate Shipping Label from pdf url #578

Closed ravilodhi closed 3 months ago

ravilodhi commented 3 months ago

What is the motivation for adding/enhancing this feature?

Shipping Label generation in ShipHawk returns pdf url instead of label image. So modify the current workflow mainly to render the label pdf directly if ShipmentPackageRouteSegment.labelImageUrl contains a pdf url instead of calling ShippingLabel.pdf endpoint to construct a pdf from label image.

What are the acceptance criteria?

If ShipmentPackageRouteSegment.labelImageUrl field contains a pdf url then it should be opened in a new tab on click of generate/regenerate shipping label button.

Can you complete this feature request by yourself?

Additional information

Adameddy26 commented 3 months ago

Enhancement changes verified and working fine in release v2.5.0. Hence, closing it.