Get product price

Retrieves a single product price by its ID.

Path Parameters

ParameterTypeRequiredDescription
idintegerYesProduct price unique identifier

Response Fields

FieldTypeDescription
idintegerProduct price unique identifier
pricefloatPrice amount
priceCategoryobjectAssociated price category
priceCategory.idintegerPrice category ID
priceCategory.namestringPrice category name
productobjectAssociated product
product.idintegerProduct ID
taxobjectAssociated tax (if any)
tax.idintegerTax ID
tax.namestringTax name
tax.ratefloatTax rate percentage
createdAtdatetimeCreation timestamp
updatedAtdatetimeLast update timestamp

Response

  • 200 OK: Returns the product price details
  • 401 Unauthorized: Invalid or missing API key
  • 404 Not Found: Product price 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!