Загрузка...

What is item_id Market API

Thread in Python created by EsliHochesh Feb 6, 2025. 106 views

  1. EsliHochesh
    EsliHochesh Topic starter Feb 6, 2025 Banned 206 Aug 4, 2023
    response = market.publishing.fast(
    item_id=1234567890,
    price=100,
    category_id=24,
    origin="autoreg",
    currency="rub",
    title="Telegram account",
    description="Public description",
    information="Private information",
    login="dc_id",
    password="auth_key",
    extra={"checkSpam": True},
    allow_ask_discount=True,
    proxy_id=12345
    )

    print(response.json())
     
    1. View previous comments (1)
    2. Olegoforest
    3. EsliHochesh Topic starter
      Olegoforest, из документации пример
  2. aowushayu
    aowushayu Feb 6, 2025 267 Feb 16, 2024
    Ссылка аккаунта на маркете.
     
    1. Olegoforest
  3. ToSa
    ToSa Feb 6, 2025 guest, боже, храни кьют-рок. :beer::beer::beer: 24,040 Dec 18, 2021
    1. EsliHochesh Topic starter
      ToSa, [IMG] тут тоже нет
    2. Olegoforest
      EsliHochesh, указывай так:
      price=100,
      category_id=24,
      origin="autoreg",
      currency="rub",
      title="Telegram account",
      description="Public description",
      information="Private information"
    3. ToSa
      Olegoforest, потому что, как я сказал выше, в примере ошибка
Top
Loading...