Shipped_line_item_lots not working

Hi,

In the last week, the shipped_line_item_lots on Order query has stopped returning shipped item lot numbers.

This was working last week and was retuning lot information from the line items… has something changed with this?

query Order {
    order(id: "T3JkZXI6NTg0MjU1MDU3") {
        data {
            id
            legacy_id
            order_number
            fulfillment_status
            shipments {
                id
                legacy_id
                warehouse_id
                picked_up
                completed
                total_packages
                shipping_labels {
                    shipment_id
                    box_id
                    box_name
                    status
                    tracking_number
                    carrier
                    shipping_name
                    shipping_method
                    cost
                    picked_up
                    tracking_url
                    package_number
                    tracking_status
                    shipment_line_items {
                        edges {
                            node {
                                id
                                legacy_id
                                line_item_id
                                shipment_id
                                shipping_label_id
                                quantity
                                line_item {
                                    id
                                    legacy_id
                                    sku
                                    partner_line_item_id
                                    product_id
                                    quantity
                                    price
                                    product_name
                                    option_title
                                    fulfillment_status
                                    quantity_pending_fulfillment
                                    quantity_shipped
                                    warehouse
                                    quantity_allocated
                                    backorder_quantity
                                    custom_options
                                    custom_barcode
                                    eligible_for_return
                                    customs_value
                                    warehouse_id
                                    locked_to_warehouse_id
                                    subtotal
                                    barcode
                                    created_at
                                    updated_at
                                    order_id
                                    promotion_discount
                                    shipped_line_item_lots {
                                        id
                                        legacy_id
                                        line_item_id
                                        lot_id
                                        lot_name
                                        lot_expiration_date
                                    }
                                }
                            }
                        }
                    }
                    dimensions {
                        weight
                    }
                }
            }
        }
    }
}

Hello @dhalawi, I do not see any lots associated with that order, which is why you are not receiving any.
Please reach out to your 3PL so they can confirm this. In the case this is a bug, and it should have had a lot associated, they can contact our support team to analyze it.
Have a nice day!