Ürün Stok Güncelleme

Get Cakes

PUT https://api.marketplace.com/gg/product/stock

This endpoint allows you to get free cakes.

Headers

Name
Type
Description

Authentication

string

Authentication token to track down who is emptying our stocks.

Request Body

Name
Type
Description

productId

string

GG id'si

itemId

string

Satıcı id'si

stock

number

Yeni stok sayısı

cancelBid

boolean

Aktif açık arttırmalar iptal olsun mu?

{    "name": "Cake's name",    "recipe": "Cake's recipe name",    "cake": "Binary cake"}

Last updated

Was this helpful?