v1
latestSwagger 2.02026-08-06115129197.7 KBReturns purchase orders filtered by query parameters.
Returns purchase orders for the company authenticated by X-Api-Key, paginated. Without location_mytime_id, the list may include purchase orders for all locations the user may access; pass location_mytime_id to restrict results to a single location. Pass updated_after to return only purchase orders updated after that timestamp. Results are ordered newest-first by id by default; pass sort and sort_order to override this.
Query parameters
Location MyTime ID by which to filter results - Optional
Return only purchase orders with updated_at strictly after this value. ISO 8601 datetime (e.g. 2026-01-19 or 2026-01-19T00:00:00Z) is recommended.
Page number to return
row number to count as one page
Field to sort by. Default is 'id'. Allowed values: id, updated_at.
Sort direction. Default is 'desc' (newest first). Allowed values: asc, desc.
Whether to include vendor information
Whether to include purchase order items
Whether to include sku information
Whether to include vendor sku information
Whether to include shipment items
Whether to include shipments
Headers
Merchant subdomain - Optional
Partner key - Optional
Response
Purchase order list response