When I try to query vendor info via purchase_order query command, following the doc: https://developer.shiphero.com/examples-query/#purchaseorder, the Unexpected Error 22 comes out:
Exception: {‘message’: ‘Unexpected Error’, ‘operation’: ‘purchase_order’, ‘field’: ‘id’, ‘request_id’: '5f5007437ea00634
277b737a’, ‘code’: 22}
As I remove id attribute from vendor node, the query works.
Does it mean id under vendor node is not supported at present?