Skip to main content
Version: 202506

List procurements

GET 

/openapi/2025-06/procurements

Retrieves a list of Procurement objects, representing the associations between products and Procurementions.

Request

Query Parameters

    cursor string

    Cursor for pagination

    page_size int32

    A limit on the number of objects to return. Range: 1-100 (default is 10)

    ids string[]

    Array of procurement IDs to filter by. Example: ?ids=1001&ids=1002

    state int32

    Procurement state filter. Accepted values: 1 (waiting for stock), 2 (partial receipt), 3 (complete receipt), 4 (cancelled)

    created_at_min string

    Filter procurements created at or after this date (ISO-8601 format)

    created_at_max string

    Filter procurements created at or before this date (ISO-8601 format)

    updated_at_min string

    Filter procurements updated at or after this date (ISO-8601 format)

    updated_at_max string

    Filter procurements updated at or before this date (ISO-8601 format)

Responses

OK

Schema
    codestring

    error code

    messagestring

    error message

    data object
    procurements object[]

    List of procurements

  • Array [
  • idstring

    Procurement ID

    procurement_snstring

    Procurement serial number

    supplier_idstring

    Supplier ID

    location_idstring

    Location ID

    notestring

    Note or remark

    stateint32

    Procurement state

    pending_quantityint32

    Pending quantity

    received_quantityint32

    Received quantity

    rejected_quantityint32

    Rejected quantity

    transfer_quantityint32

    Transfer quantity

    created_bystring

    Created by

    created_atstring

    Creation timestamp, in ISO-8601 format

    updated_atstring

    Last update timestamp, in ISO-8601 format

  • ]
  • cursorstring

    Cursor for pagination

    has_moreboolean

    Whether there are more records