[Purchase] Buy Items Using Product ID
By passing [product id] and [maxPrice] to buy a specific item under a HashName.
Rate limit is 10 requests per second.
The seller has 12 hours to ship the item, while the buyer can cancel orders that remain in [Waiting for Seller to Confirm Shipment] status after 1 hour.
The buyer has 24 hours to receive items.
The current interface request frequency is 10 times per second
HTTP request
Table 4. Request fields
apiKey
String
api key
productId
String
product id
externalTradeNo
String
Third party merchant order number,Maximum length 30
steamTradeUrl
String
The recipient’s steam trade link.
maxPrice
String
The highest price you are willing to pay
HTTP response
Table 5. Response fields
code
Number
Response code.
message
String
Response message
data
Object
Actual data.
data.orderId
String
Order id.
data.externalTradeNo
String
Third party merchant order number.
data.payAmount
String
Payment amount.
Last updated