Create buyer checkout link
Create a stable human checkout link from an exact canonical product or variant URL without Orderboost sign-in.
create_buy_link is available on the remote Orderboost MCP resource. Create a stable human checkout link from an exact canonical product or variant URL without Orderboost sign-in.
Call
| Property | Value |
|---|---|
| Tool name | create_buy_link |
| Authorization | Anonymous |
| Behavior | Read only; Non-destructive; No idempotency key required |
Arguments
| Field | Type | Required |
|---|---|---|
product_url |
string | Yes |
quantity |
integer | No |
Your MCP client reads the full argument schema from live tool discovery. Successful calls return the exact human checkout URL as checkout_url in structuredContent. Give that URL to the buyer so they can open a fresh merchant-priced hosted checkout and pay.
Orderboost validates the product selection before it returns a link. If a required option is missing, empty or conflicts with the catalog, the tool returns an error without checkout_url. Use the exact canonical variant URL from catalog search or lookup and ask the buyer for any missing option instead of guessing.