currently implementing an custom fulfillment plugin. Unable to get address data. only IDs of billing and shipping from orderService. what to do to get the the shipping address.
const order = await orderService.retrieve(id)
const bill_address_id = order.billing_address
const ship_address_id = order.billing_address
both these values are undefined.