get_purchase
Fetch a single purchase by ID. No search or list is available; supply an ID from a webhook payload, customer order reference, or external record.
Instructions
Fetch one purchase by id. THERE IS NO WAY TO LIST OR SEARCH PURCHASES.
v1 offers only this by-id endpoint - no listing, no filter, no search. So the id
has to come from somewhere else: a purchase-fulfillment webhook payload, an order
reference a customer quotes, or a record already held outside Skilljar.
If you do not have an id, this tool cannot help and no other tool here can find
one. Say that rather than searching - "I could not find the purchase" would imply
a search that is not possible.
A purchase record concerns a real person's transaction. Report what was asked and
no more.
Requires `CSA_SKILLJAR_V1_API_KEY`, a separate credential from the v2 client.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||