Serial Numbers
List serial numbers
Returns a paginated list of serial numbers.
🔒 Requires: serial_numbers:read scope
get/serialnumbers
Query parameters
product_idstring uuid
A product ID. This filters the serial numbers to only include ones on this product.
outlet_idstring uuid
An outlet ID. This filters the serial numbers to only include ones on this outlet.
sale_idstring uuid
A sale ID. This filters the serial numbers to only include ones that were sold in the specified sale.
line_item_idstring uuid
A line item ID. This filters the serial numbers to only include ones sold in the specified line item.
afterinteger
The lower limit for the version numbers to be included in the response.
beforeinteger
The upper limit for the version numbers to be included in the response.
page_sizeinteger
The maximum number of items to be returned in the response.
Response
A paginated list of serial numbers.