Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url http://localhost:3000/v1/products/{id}/activity
{ "activities": [ { "id": "<string>", "type": "order", "description": "<string>", "quantity": 123, "order_status": "<string>", "created_at": "<string>" } ] }
Returns recent order activity for a product showing the last 20 orders.
Product UUID or taxonomy ID
Product activity
Show child attributes