Get product

Retrieves a single product by its ID.

Path Parameters

ParameterTypeRequiredDescription
idintegerYesProduct unique identifier

Response Fields

FieldTypeDescription
idintegerProduct unique identifier
namestringProduct name
referencestringProduct reference/SKU
descriptionstringProduct description
activebooleanWhether product is active
archivedbooleanWhether product is archived
urlstringExternal URL (e.g., supplier link)
tipsstringAdditional tips or notes
customFieldsobjectCustom field values
unityobjectUnit of measure
unity.idintegerUnity ID
unity.namestringUnity name
mediasarrayAssociated media files
pricesarrayProduct prices by category
prices[].idintegerProduct price ID
prices[].pricefloatPrice amount
prices[].priceCategoryobjectAssociated price category
requiredChildRelationsarrayRequired child products
createdAtdatetimeCreation timestamp
updatedAtdatetimeLast update timestamp

Response

  • 200 OK: Returns the product details
  • 401 Unauthorized: Invalid or missing API key
  • 404 Not Found: Product not found
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required
Responses
200

Successful response

401

Unauthorized

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!