Skip to main content
GET
Get product by ID

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Accept
enum<string>
default:application/json
required

API response format

Available options:
application/json

Path Parameters

productId
integer
required

Product ID

Example:

123

Response

Success. Returns single product matching PublicProductCurrencySettingResource.

result
object