Skip to main content
GET
Lists all goods receipts for the buyer

Authorizations

X-API-KEY
string
header
required

Query Parameters

delivery_id
string

Filter receipts to a single delivery

draft
boolean

Filter by draft (true) or confirmed (false) status

created_at_from
string

Filter receipts created on or after this date (YYYY-MM-DD)

created_at_to
string

Filter receipts created on or before this date (YYYY-MM-DD)

Response

200 - application/json

Goods receipts retrieved

id
string<uuid>
Example:

"99999a99-b888-777c-666d-55555555555e"

url
string
Example:

"https://app.chemcloud.com.au/buyer/goods_receipts/99999a99-b888-777c-666d-55555555555e"

delivery_id
string<uuid>
Example:

"99999a99-b888-777c-666d-55555555555e"

reference
string
Example:

"GR-001"

batch_number
string | null
Example:

"BATCH-9"

quantity
string | null
Example:

"100.0"

measurement_unit
string | null
Example:

"kg"

received_at
string<date-time> | null
Example:

"2025-12-31T23:13:11.862Z"

manufactured_on
string<date> | null
Example:

"2025-12-31"

expires_on
string<date> | null
Example:

"2025-12-31"

invoice_number
string | null
Example:

"INV-001"

invoice_date
string<date> | null
Example:

"2025-12-31"

customer_reference
string | null
Example:

"ERP-GR-001"

comment
string | null
Example:

"Received in good order"

meets_spec
boolean | null
Example:

true

status
enum<string>
Available options:
Draft,
Confirmed
Example:

"Confirmed"

coa_present
boolean
Example:

false

delivery_attributes
object
order_attributes
object
additional_data
object
created_at
string<date-time>
Example:

"2025-12-31T23:13:11.862Z"

updated_at
string<date-time>
Example:

"2025-12-31T23:13:11.862Z"