Purchase order filter

how can i filter purchase order by inventory status in shiphero api?

Hey @sanjog.karki1460,

Thanks for reaching out!
Unfortunately, it’s not possible to filter the purchase_order(s) query by inventory status.

For the purchase_order query you can filter by:

  • id

  • po_number

For the purchase_orders query you can filter by:

  • sku
  • warehouse_id
  • created_from
  • created_to
  • po_date_from
  • po_date_to
  • customer_account_id
  • date_closed_from
  • date_closed_to

Please let me know if you have any question or concerns.

Best,
RayanP