ApiControl();
GittiGidiyor.Product.ProductService productService = ServiceProvider.getProductService();
GittiGidiyor.Product.productServiceResponse response = productService.updatePrice("540770247", "", 234.50, false, "tr");
if (response != null && response.ackCode.ToString().Equals("success"))
{
MessageBox.Show("Fiyat Güncellendi");
}
else
{
label1.Text = "errorID= " + response.error.errorId + Environment.NewLine + "errorcode" + response.error.errorCode + Environment.NewLine + "mesaj= " + response.error.message;
}erorID: 1015GG-API-ERROR_1015
Listeleme ücreti hesaplanırken bir hata oluştu