Bug report
Describe the bug
When creating a shipment via claimService.createShipment it does not add tracking links to the fulfillment. The tracking_links property is missing on the fulfillment object.
It does however mark the shipment as shipped, just no tracking links
System information
Medusa version (including plugins): 1.3.5
Node.js version: 17.1.0
Database: postgres:10.4
Operating system: Ubuntu 18.04
Browser (if relevant):
Steps to reproduce the behavior
- Create a claim for an order
- Create a fulfillment for the claim order
- Create a shipment for the claim fulfillment, eg:
const test = await claimService.createShipment(claim_id, ful_id, [
{
tracking_number: "track",
url: "https://www.usps.com/tracker/123",
},
])
Then observe the fulfillment object, notice there is no tracking_links prop
Expected behavior
Tracking links should be saved to the fulfillment
Bug report
Describe the bug
When creating a shipment via
claimService.createShipmentit does not add tracking links to the fulfillment. Thetracking_linksproperty is missing on the fulfillment object.It does however mark the shipment as shipped, just no tracking links
System information
Medusa version (including plugins): 1.3.5
Node.js version: 17.1.0
Database: postgres:10.4
Operating system: Ubuntu 18.04
Browser (if relevant):
Steps to reproduce the behavior
Then observe the fulfillment object, notice there is no
tracking_linkspropExpected behavior
Tracking links should be saved to the fulfillment