[PR #4] [MERGED] Ürün ekleme fonksiyonu eklendi #22

Closed
opened 2026-03-02 11:42:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ismail0234/n11-php-api/pull/4
Author: @eminks
Created: 6/24/2020
Status: Merged
Merged: 2/8/2021
Merged by: @ismail0234

Base: masterHead: master


📝 Commits (10+)

📊 Changes

11 files changed (+172 additions, -30 deletions)

View changed files

📝 CHANGELOG.md (+3 -0)
📝 IS/PazarYeri/N11/Services/CategoryService.php (+9 -9)
📝 IS/PazarYeri/N11/Services/CityService.php (+4 -4)
📝 IS/PazarYeri/N11/Services/OrderService.php (+2 -2)
📝 IS/PazarYeri/N11/Services/ProductSellingService.php (+4 -4)
📝 IS/PazarYeri/N11/Services/ProductService.php (+18 -6)
📝 IS/PazarYeri/N11/Services/ProductStockService.php (+1 -1)
📝 IS/PazarYeri/N11/Services/ShipmentCompanyService.php (+1 -1)
📝 IS/PazarYeri/N11/Services/ShipmentService.php (+2 -2)
📝 README.md (+128 -0)
📝 composer.json (+0 -1)

📄 Description

Ürün ekleme fonksiyonu eklendi. Bu foksiyonu ekleyebilmek için php'nin kendi soap fonksiyonu yerine NuSoap kullanmam gerekti.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ismail0234/n11-php-api/pull/4 **Author:** [@eminks](https://github.com/eminks) **Created:** 6/24/2020 **Status:** ✅ Merged **Merged:** 2/8/2021 **Merged by:** [@ismail0234](https://github.com/ismail0234) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`81767c3`](https://github.com/ismail0234/n11-php-api/commit/81767c31165a97968aee92e766d77e2a850d4321) Ürün ekleme eklendi - [`b62e968`](https://github.com/ismail0234/n11-php-api/commit/b62e9688791a2050625ad229f865d7b258bf694a) Sipariş onaylama ve reddetme metotları eklendi - [`23da1e3`](https://github.com/ismail0234/n11-php-api/commit/23da1e3745a9287a15a7ce6fb1341f33c58e560b) Kargo bilgilerini ekleme eklendi - [`7ce4ea9`](https://github.com/ismail0234/n11-php-api/commit/7ce4ea9ab9dba23fbb4dbb305f0579431f2cc4cb) nuSoap eklendi - [`64567db`](https://github.com/ismail0234/n11-php-api/commit/64567db95165d902a044a4ed1c8f0a3fd0fb06ab) Update Request.php - [`2d0581b`](https://github.com/ismail0234/n11-php-api/commit/2d0581ba6e77a9f79631a47117d16fc0b8e29396) Create deneme.php - [`ded25ae`](https://github.com/ismail0234/n11-php-api/commit/ded25ae2e0dc04e6eb010274c31a53aa66b78bb1) Son düzenlemeler - [`d2ed63a`](https://github.com/ismail0234/n11-php-api/commit/d2ed63ab2051ab87a7c9b9ef3cb471bfccfe4f6b) Delete orj-----Request.php - [`02ecd8c`](https://github.com/ismail0234/n11-php-api/commit/02ecd8c22289c014fbc161f0daf462aa968d53f2) Update README.md - [`696cf1c`](https://github.com/ismail0234/n11-php-api/commit/696cf1c0e1064ac8c1f9f28378cb4ec73fcd8dd1) Ürün ekleme ile ilgili sorunlar giderildi ### 📊 Changes **11 files changed** (+172 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+3 -0) 📝 `IS/PazarYeri/N11/Services/CategoryService.php` (+9 -9) 📝 `IS/PazarYeri/N11/Services/CityService.php` (+4 -4) 📝 `IS/PazarYeri/N11/Services/OrderService.php` (+2 -2) 📝 `IS/PazarYeri/N11/Services/ProductSellingService.php` (+4 -4) 📝 `IS/PazarYeri/N11/Services/ProductService.php` (+18 -6) 📝 `IS/PazarYeri/N11/Services/ProductStockService.php` (+1 -1) 📝 `IS/PazarYeri/N11/Services/ShipmentCompanyService.php` (+1 -1) 📝 `IS/PazarYeri/N11/Services/ShipmentService.php` (+2 -2) 📝 `README.md` (+128 -0) 📝 `composer.json` (+0 -1) </details> ### 📄 Description Ürün ekleme fonksiyonu eklendi. Bu foksiyonu ekleyebilmek için php'nin kendi soap fonksiyonu yerine NuSoap kullanmam gerekti. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 11:42:59 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/n11-php-api#22
No description provided.