Path parameters

  • id integer Required

    Numeric ID of the product to retrieve

Responses

  • 200 application/json

    Returns the requested product

  • 404

    Product not found

GET /manager/products/{id}
curl \
 --request GET 'https://domain.tld/api/v2/manager/products/{id}' \
 --header "Authorization: Bearer $ACCESS_TOKEN"