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

Modify Product Price

POST
/merchant/sale/v1/modify
Modify selling steam item's price

Request

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

Body Params application/json

Example
{
    "appId": 0,
    "dataList": [
        {
            "productId": 0,
            "price": 0,
            "description": "string"
        }
    ]
}

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/modify?app-key' \
--header 'Content-Type: application/json' \
--data-raw '{
    "appId": 0,
    "dataList": [
        {
            "productId": 0,
            "price": 0,
            "description": "string"
        }
    ]
}'

Responses

🟢200成功
application/json
Body

Example
{
  "success": false,
  "data": {
    "successNum": 0,
    "failNum": 0,
    "biddingCount": false,
    "highPriceItemIdList": [
      0
    ],
    "failedList": [
      {
        "disableSaleReason": "",
        "dataList": [
          {
            "productId": 0,
            "inventoryId": 0,
            "steamPrice": 0.0,
            "itemId": 0,
            "tradableTime": 0,
            "price": 0.0,
            "fee": 0.0,
            "appId": 0,
            "imageUrl": "",
            "name": "",
            "marketHashName": "",
            "shortName": "",
            "classInfoId": 0,
            "assetId": 0,
            "classId": 0,
            "instanceId": 0,
            "token": "",
            "itemInfo": {
              "quality": "",
              "qualityName": "",
              "qualityColor": "",
              "rarity": "",
              "rarityName": "",
              "rarityColor": "",
              "type": "",
              "typeName": "",
              "slot": "",
              "slotName": "",
              "hero": "",
              "heroName": "",
              "heroAvatar": "",
              "exterior": "",
              "exteriorName": "",
              "exteriorColor": "",
              "weapon": "",
              "weaponName": "",
              "itemSet": "",
              "itemSetName": "",
              "stickerCapsule": "",
              "stickerCapsuleName": "",
              "patchCapsule": "",
              "patchCapsuleName": "",
              "customPlayer": "",
              "customPlayerName": "",
              "category": "",
              "categoryName": "",
              "item": "",
              "itemName": ""
            },
            "assetInfo": {
              "classInfoId": 0,
              "classId": 0,
              "instanceId": 0,
              "assetId": 0,
              "styleId": 0,
              "lastStyle": "",
              "styleProgress": "",
              "wear": 0.0,
              "paintIndex": 0,
              "paintSeed": 0,
              "levelName": "",
              "levelColor": "",
              "gradient": 0.0,
              "fadeColor": "",
              "fraudwarning": "",
              "inspectImageUrl": "",
              "gems": [
                {
                  "id": 0,
                  "itemId": 0,
                  "type": "",
                  "gemType": "",
                  "gemEnType": "",
                  "name": "",
                  "enName": "",
                  "border": "",
                  "image": "",
                  "value": 0.0
                }
              ],
              "stickers": [
                {
                  "id": 0,
                  "type": 0,
                  "stickerId": 0,
                  "itemId": 0,
                  "name": "",
                  "enName": "",
                  "image": "",
                  "slot": 0,
                  "wear": 0.0,
                  "price": 0.0
                }
              ],
              "styles": [
                {
                  "styleId": 0,
                  "styleName": "",
                  "styleEnName": "",
                  "color": "",
                  "locked": false
                }
              ],
              "itemSets": [
                {
                  "name": "",
                  "hashName": "",
                  "itemId": 0,
                  "price": 0.0,
                  "isItemSet": 0,
                  "imageUrl": ""
                }
              ],
              "ext": ""
            }
          }
        ]
      }
    ]
  },
  "errorCode": 0,
  "errorMsg": "",
  "errorData": {},
  "errorCodeStr": ""
}
Modified at 2023-11-14 08:27:47
Previous
Sell List
Next
Off Sell
Built with