C5GAME OPEN
  1. Sell
C5GAME OPEN
  • Access Guide
  • Account
    • Account Balance
      GET
    • User Reala Steam List
      GET
  • Sell
    • Sell List
      GET
    • Modify Product Price
      POST
    • Off Sell
      POST
    • Sell Steam Items
      POST
    • Price Query
      POST
  • Order
    • Buyer Order Detail
      GET
    • Buyer Orders
      POST
    • Seller Orders
      POST
  • Buy
    • Quick Buy
      POST
    • Normal Buy
      POST
  • Market
    • Query Item Sell
      POST
  • inventory
  1. Sell

Off Sell

POST
/merchant/sale/v1/cancel
Off Sale Steam Items

Request

Authorization
Add parameter in query
app-key
Example:
app-key: ********************
Query Params

Body Params application/json

Example
{
    "appId": 0,
    "productIds": [
        0
    ]
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://openapi.c5game.com//merchant/sale/v1/cancel?app-key' \
--header 'Content-Type: application/json' \
--data-raw '{
    "appId": 0,
    "productIds": [
        0
    ]
}'

Responses

🟢200成功
application/json
Body

Example
{
  "success": false,
  "data": {
    "successNum": 0,
    "failedNum": 0
  },
  "errorCode": 0,
  "errorMsg": "",
  "errorData": {},
  "errorCodeStr": ""
}
Modified at 2023-09-29 06:38:38
Previous
Modify Product Price
Next
Sell Steam Items
Built with