⚡Fetch Product
Fetches details of a specific product using the product ID. This is useful for viewing complete product details.
Endpoint
GET
https://api.keepup.store/v2.0/products/{product_id}
Headers
Authorization: Bearer API_KEY
Path Parameters
product_id number | required | Unique identifier for the product. Example: 12345 |
Sample Requests
Sample Response
Last updated