Skip to main content
POST
Purchase Orders Search
Use this endpoint to search and filter purchase orders across your PIC inventory.

Request body params

Implementation Details

  • Pagination: Standard pagination using from and size. Maximum page size is 50.
  • Date formatting: Purchase dates in the response are returned as strings and, when present, typically use the YYYY-MM-DD representation.
  • Filtering: Array fields act as β€œOR” filters β€” results match any of the provided values.

Authorizations

x-api-key
string
header
required
x-developer-request-token
string
header
required

Body

application/json
id
string[] | null
name
string[] | null
sort
object

API Search requests

textSearch
string[] | null
from
number<double> | null
size
number<double> | null
tags
string[] | null
category
string[] | null
productId
string[] | null
purchaseOrderDateAfter
string<date-time> | null
purchaseOrderDateBefore
string<date-time> | null
country
string[] | null
supplier
string[] | null

Response

200 - application/json

Ok

API Search responses

from
number<double>
required
size
number<double>
required
total
number<double>
required
results
object[]
required