Shipments Query By order date

@khungersumit Thank you very much. It worked.

It will be more helpful, if I get explanations about warehouse_id.

I used below one to get warehouses

query {

  account {

    request_id

    complexity

    data {

      id

      legacy_id

      email

      username

      warehouses {

        id

        legacy_id

        account_id

        identifier

        profile

      }

    }

  }

}

I got only one warehouse_id.

Real purpose of warehouse_id?
Because, it is required in product export to shiphero, but it is optional for order export to shiphero.

are there any logic behind them? like
CA = V2FyZWhvdXNlOjU5NzA=
NY = N2FyZWhvdXNlOjU5789=

thanks for guidance. :smiley: