{"info":{"_postman_id":"b39a5c1b-f1c4-41de-874b-e819133f5478","name":"Dopigo Rest API Common Requests","description":"<html><head></head><body><p>Dopigo REST API Docs</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"9588042","collectionId":"b39a5c1b-f1c4-41de-874b-e819133f5478","publishedId":"UV5ZBwcW","public":true,"customColor":{"top-bar":"8FF77C","right-sidebar":"3349FF","highlight":"3C3C3C"},"publishDate":"2021-10-21T08:41:45.000Z"},"item":[{"name":"Get Token","id":"9699ee6f-6cef-4560-ab3f-3d63debf3f88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"username","value":"youremail@here.com","type":"text"},{"key":"password","value":"yourpasswordhere","type":"text"}]},"url":"https://panel.dopigo.com/users/get_auth_token/","description":"<p>Dopigo Authorization token alma.</p>\n<p>Kullanıcının Dopigo'ya giriş yaptığı email ve şifreyi kullanarak Token alabilirsiniz. Bu tokenı headers'a ekleyerek diğer endpointlere istek atabilirsiniz. Kullanımı diğer endpointler için hazırlanmış dokümantasyonlarda görebilirsiniz.</p>\n<p>Bu token uzun ömürlüdür, bir kere almanız yeterlidir.</p>\n","urlObject":{"protocol":"https","path":["users","get_auth_token",""],"host":["panel","dopigo","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9699ee6f-6cef-4560-ab3f-3d63debf3f88"},{"name":"Fetching Products","id":"64fc53a0-8ffe-4482-9f15-7c45d115cc9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token your-token-here","type":"text"}],"url":"https://panel.dopigo.com/api/v1/products/all/","description":"<p>Ürün çekme.</p>\n","urlObject":{"protocol":"https","path":["api","v1","products","all",""],"host":["panel","dopigo","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"64fc53a0-8ffe-4482-9f15-7c45d115cc9d"},{"name":"Creating Product","id":"1dd7e3cf-5346-4dc7-a3aa-7e84269be494","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Token your-token-here","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Test Product\",\r\n    \"description\": \"<h1>Test</h1><p>Description</p>\",\r\n    \"meta_id\": 1,\r\n    \"vat\": 18,\r\n    \"products\": [\r\n        {\r\n            \"foreign_sku\": \"\",\r\n            \"barcode\": \"012234567891234\",\r\n            \"weight\": null,\r\n            \"stock\": 15,\r\n            \"available_stock\": 12,\r\n            \"price\": \"57.00\",\r\n            \"price_currency\": \"TRY\",\r\n            \"price_local\": \"57.00\",\r\n            \"listing_price\": \"65.00\",\r\n            \"purchase_price\": null,\r\n            \"buyer_pays_shipping\": false,\r\n            \"images\": [\r\n                {\r\n                    \"absolute_url\": \"https://dopigo.s3.amazonaws.com/images/13623/a202ac48-1d6d-4db0-baa5-a53005aff427/testsapga.JPG\",\r\n                    \"source_url\": \"https://dopigo.s3.amazonaws.com/images/13623/a202ac48-1d6d-4db0-baa5-a53005aff427/testsapga.JPG\",\r\n                    \"order\": 0\r\n                }\r\n            ],\r\n            \"custom_attributes\": [],\r\n            \"foreign_sku\": \"TEST-FORS\",\r\n            \"is_primary\": true\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://panel.dopigo.com/api/v1/products/create_product/","description":"<p>Ürün yaratma.</p>\n<p>NOT: customer_attributes bilgilerini gönderecekseniz eğer bütün attribute ve value değerlerini küçük harflerle iletiniz.</p>\n","urlObject":{"protocol":"https","path":["api","v1","products","create_product",""],"host":["panel","dopigo","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1dd7e3cf-5346-4dc7-a3aa-7e84269be494"},{"name":"Creating Product w/ Variants","id":"a88dd8e1-bfb1-4f16-8020-bf2caaba03e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Token your-token-here","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Test Product\",\r\n    \"description\": \"<h1>Test</h1><p>Description</p>\",\r\n    \"meta_id\": 1,\r\n    \"vat\": 18,\r\n    \"products\": [\r\n        {\r\n            \"foreign_sku\": \"\",\r\n            \"barcode\": \"012234567891234\",\r\n            \"weight\": null,\r\n            \"stock\": 15,\r\n            \"available_stock\": 12,\r\n            \"price\": \"57.00\",\r\n            \"price_currency\": \"TRY\",\r\n            \"price_local\": \"57.00\",\r\n            \"listing_price\": \"65.00\",\r\n            \"purchase_price\": null,\r\n            \"buyer_pays_shipping\": false,\r\n            \"images\": [\r\n                {\r\n                    \"absolute_url\": \"https://dopigo.s3.amazonaws.com/images/13623/a202ac48-1d6d-4db0-baa5-a53005aff427/testsapga.JPG\",\r\n                    \"source_url\": \"https://dopigo.s3.amazonaws.com/images/13623/a202ac48-1d6d-4db0-baa5-a53005aff427/testsapga.JPG\",\r\n                    \"order\": 0\r\n                }\r\n            ],\r\n            \"custom_attributes\": [\r\n                {\r\n                    \"attribute\": {\"name\": \"ebat\"},\r\n                    \"value\": {\"name\": \"xl\"}\r\n                }\r\n            ],\r\n            \"foreign_sku\": \"TEST-FORS\",\r\n            \"is_primary\": true\r\n        },\r\n        {\r\n            \"foreign_sku\": \"\",\r\n            \"barcode\": \"23423422222123\",\r\n            \"weight\": null,\r\n            \"stock\": 15,\r\n            \"available_stock\": 12,\r\n            \"price\": \"57.00\",\r\n            \"price_currency\": \"TRY\",\r\n            \"price_local\": \"57.00\",\r\n            \"listing_price\": \"65.00\",\r\n            \"purchase_price\": null,\r\n            \"buyer_pays_shipping\": false,\r\n            \"images\": [\r\n                {\r\n                    \"absolute_url\": \"https://dopigo.s3.amazonaws.com/images/13623/a202ac48-1d6d-4db0-baa5-a53005aff427/testsapga.JPG\",\r\n                    \"source_url\": \"https://dopigo.s3.amazonaws.com/images/13623/a202ac48-1d6d-4db0-baa5-a53005aff427/testsapga.JPG\",\r\n                    \"order\": 0\r\n                }\r\n            ],\r\n            \"custom_attributes\": [\r\n                {\r\n                    \"attribute\": {\"name\": \"ebat\"},\r\n                    \"value\": {\"name\": \"2xl\"}\r\n                }\r\n            ],\r\n            \"foreign_sku\": \"TEST-FORS\",\r\n            \"is_primary\": false\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://panel.dopigo.com/api/v1/products/create_product/","description":"<p>Varyantlı ürün yaratma. Burada bir ürün için is_primary bilgisinin true diğer ürün için ise false olmasına dikkat ediniz. Yalnızca bir adet is_primary=true olan ürün olmalı diğer kalan varyantlar ise false olmalı.</p>\n<p>NOT: customer_attributes için bütün attribute ve value değerlerini küçük harflerle iletiniz (örnek istekteki gibi).</p>\n","urlObject":{"protocol":"https","path":["api","v1","products","create_product",""],"host":["panel","dopigo","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a88dd8e1-bfb1-4f16-8020-bf2caaba03e2"},{"name":"Fetching Orders","id":"4336b2b1-5b97-4328-a1f4-756df4c7c0cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token your-token-here","type":"text"}],"url":"https://panel.dopigo.com/api/v1/orders/","description":"<p>Sipariş çekme.</p>\n<p>NOT: Bir request için varsayılan olarak en fazla 30 adet sipariş dönülür. Kalan siparişleri çekmek için pagination yapılmalıdır.</p>\n<p>Dönen cevapta \"next_url\" bilgisi döner ve bu next_url'yi kullanarak pagination işlemi yapabilirsiniz.</p>\n<p>Dilerseniz limit parametresi ile istek atarak bir sayfada toplam gösterilecek sipariş sayısını belirleyebilirsiniz. Bu limit parametresini yüksek sayılar girmemenizi tavsiye ederiz, isteğinizin timeout olmayacağı garantisini veremeyiz.</p>\n","urlObject":{"protocol":"https","path":["api","v1","orders",""],"host":["panel","dopigo","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4336b2b1-5b97-4328-a1f4-756df4c7c0cf"},{"name":"Fetching Orders By Filtering Date","id":"2829b08c-74c0-43bb-994c-f5e870b6289c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token your-token-here","type":"text"}],"url":"https://panel.dopigo.com/api/v1/orders?service_date_after=YYYY-MM-DD&service_date_before=YYYY-MM-DD","description":"<p>Sipariş çekme.</p>\n<p>NOT: Bir request için varsayılan olarak en fazla 30 adet sipariş dönülür. Kalan siparişleri çekmek için pagination yapılmalıdır.</p>\n<p>Dönen cevapta \"next_url\" bilgisi döner ve bu next_url'yi kullanarak pagination işlemi yapabilirsiniz.</p>\n<p>Dilerseniz limit parametresi ile istek atarak bir sayfada toplam gösterilecek sipariş sayısını belirleyebilirsiniz. Bu limit parametresini yüksek sayılar girmemenizi tavsiye ederiz, isteğinizin timeout olmayacağı garantisini veremeyiz.</p>\n","urlObject":{"protocol":"https","path":["api","v1","orders"],"host":["panel","dopigo","com"],"query":[{"key":"service_date_after","value":"YYYY-MM-DD"},{"key":"service_date_before","value":"YYYY-MM-DD"}],"variable":[]}},"response":[],"_postman_id":"2829b08c-74c0-43bb-994c-f5e870b6289c"},{"name":"Fetching Order By Filtering Status","id":"014d6a27-a6ea-4981-bd89-d687b57e5622","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token your-token-here","type":"text"}],"url":"https://panel.dopigo.com/api/v1/orders?status=shipped","description":"<p>Sipariş çekme.</p>\n<p><strong>NOT:</strong> Bir request için varsayılan olarak en fazla 30 adet sipariş dönülür. Kalan siparişleri çekmek için pagination yapılmalıdır.</p>\n<p>Dönen cevapta \"next_url\" bilgisi döner ve bu next_url'yi kullanarak pagination işlemi yapabilirsiniz.</p>\n<p>Dilerseniz limit parametresi ile istek atarak bir sayfada toplam gösterilecek sipariş sayısını belirleyebilirsiniz. Bu limit parametresini yüksek sayılar girmemenizi tavsiye ederiz, isteğinizin timeout olmayacağı garantisini veremeyiz.</p>\n<p><strong>KULLANILABİLİR STATÜLER:</strong> shipped, waiting_shipment, cancelled, undefined, pending</p>\n","urlObject":{"protocol":"https","path":["api","v1","orders"],"host":["panel","dopigo","com"],"query":[{"key":"status","value":"shipped"}],"variable":[]}},"response":[],"_postman_id":"014d6a27-a6ea-4981-bd89-d687b57e5622"},{"name":"Fetching Order By Filtering Status and Date","id":"616fdbfc-94c6-40b9-856e-10174a075834","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token your-token-here","type":"text"}],"url":"https://panel.dopigo.com/api/v1/orders?status=shipped&service_date_after=YYYY-MM-DD&service_date_before=YYY-MM-DD","description":"<p>Sipariş çekme.</p>\n<p>NOT: Bir request için varsayılan olarak en fazla 30 adet sipariş dönülür. Kalan siparişleri çekmek için pagination yapılmalıdır.</p>\n<p>Dönen cevapta \"next_url\" bilgisi döner ve bu next_url'yi kullanarak pagination işlemi yapabilirsiniz.</p>\n<p>Dilerseniz limit parametresi ile istek atarak bir sayfada toplam gösterilecek sipariş sayısını belirleyebilirsiniz. Bu limit parametresini yüksek sayılar girmemenizi tavsiye ederiz, isteğinizin timeout olmayacağı garantisini veremeyiz.</p>\n","urlObject":{"protocol":"https","path":["api","v1","orders"],"host":["panel","dopigo","com"],"query":[{"key":"status","value":"shipped"},{"key":"service_date_after","value":"YYYY-MM-DD"},{"key":"service_date_before","value":"YYY-MM-DD"}],"variable":[]}},"response":[],"_postman_id":"616fdbfc-94c6-40b9-856e-10174a075834"},{"name":"Fetching Order By Filtering a Specific Date","id":"de2a3c58-bef8-4050-988e-3db571b760b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token your-token-here","type":"text"}],"url":"https://panel.dopigo.com/api/v1/orders?service_date=YYYY-MM-DD","description":"<p>Sipariş çekme.</p>\n<p>NOT: Bir request için varsayılan olarak en fazla 30 adet sipariş dönülür. Kalan siparişleri çekmek için pagination yapılmalıdır.</p>\n<p>Dönen cevapta \"next_url\" bilgisi döner ve bu next_url'yi kullanarak pagination işlemi yapabilirsiniz.</p>\n<p>Dilerseniz limit parametresi ile istek atarak bir sayfada toplam gösterilecek sipariş sayısını belirleyebilirsiniz. Bu limit parametresini yüksek sayılar girmemenizi tavsiye ederiz, isteğinizin timeout olmayacağı garantisini veremeyiz.</p>\n","urlObject":{"protocol":"https","path":["api","v1","orders"],"host":["panel","dopigo","com"],"query":[{"key":"service_date","value":"YYYY-MM-DD"}],"variable":[]}},"response":[],"_postman_id":"de2a3c58-bef8-4050-988e-3db571b760b7"},{"name":"Create an Order","id":"0db54d06-879d-4b39-a822-dd39ad3d5546","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Token your-token-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"service\": 1,\n    \"service_name\": \"service_name\",\n    \"sales_channel\": \"sales channel\",\n    \"service_created\": \"2021-12-14 08:29:13\",\n    \"service_value\": \"ORDER-NUMBER-TEST-211\",\n    \"service_order_id\": \"5872\",\n    \"customer\": {\n        \"account_type\": \"person\",\n        \"full_name\": \"Dopigo Dopigo\",\n        \"address\": {\n            \"full_address\": \"Ornek Mh. Ornek Cd. No 100\",\n            \"contact_full_name\": \"Dopigo Dopigo\",\n            \"contact_phone_number\": \"+905078682754\",\n            \"city\": \"İzmir\",\n            \"district\": \"Konak\",\n            \"zip_code\": \"35220\"\n        },\n        \"email\": \"musteri@email.com\",\n        \"phone_number\": \"+905078682754\",\n        \"tax_id\": null,\n        \"tax_office\": null,\n        \"company_name\": \"\"\n    },\n    \"billing_address\": {\n        \"full_address\": \"Ornek Mh. Ornek Cd. No 100\",\n        \"contact_full_name\": \"Dopigo Dopigo\",\n        \"contact_phone_number\": \"+905078682754\",\n        \"city\": \"İzmir\",\n        \"district\": \"Konak\",\n        \"zip_code\": \"35220\"\n    },\n    \"shipping_address\": {\n        \"full_address\": \"Ornek Mh. Ornek Cd. No 100\",\n        \"contact_full_name\": \"Dopigo Dopigo\",\n        \"contact_phone_number\": \"+905078682754\",\n        \"city\": \"İzmir\",\n        \"district\": \"Konak\",\n        \"zip_code\": \"35220\"\n    },\n    \"shipped_date\": null,\n    \"payment_type\": \"undefined\",\n    \"status\": \"shipped\",\n    \"total\": \"57.00\",\n    \"service_fee\": \"0.00\",\n    \"discount\": null,\n    \"archived\": false,\n    \"notes\": \"\",\n    \"items\": [\n        {\n            \"service_item_id\": null,\n            \"service_product_id\": null,\n            \"service_shipment_code\": null,\n            \"sku\": \"TEST-PRODUCT-21\",\n            \"attributes\": \"\",\n            \"name\": \"Test Product\",\n            \"amount\": 1,\n            \"price\": \"57.00\",\n            \"unit_price\": null,\n            \"shipment_campaign_code\": null,\n            \"buyer_pays_shipment\": false,\n            \"status\": \"shipped\",\n            \"tax_ratio\": 18,\n            \"vat\": 18,\n            \"product\": {\n                \"sku\": \"VTMNC-CLLGN-VTM\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://panel.dopigo.com/api/v1/orders/","description":"<p>Lütfen aşağıdaki uyarıları dikkate alınız:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"service\": 1,\n    \"service_name\": \"service_name\",\n    \"sales_channel\": \"sales channel\",\n    \"service_created\": \"2021-10-21 10:29:13\",\n    \"service_value\": \"ORDER-NUMBER-TEST-1234\", # sipariş numarası (unique olmak zorunda)\n    \"service_order_id\": \"5872\", # siparişin gönderildiği sistemdeki ID'si\n    \"customer\": {\n        \"account_type\": \"person\",\n        \"full_name\": \"Dopigo Dopigo\",\n        \"address\": {\n            \"full_address\": \"Ornek Mh. Ornek Cd. No 100\",\n            \"contact_full_name\": \"Dopigo Dopigo\",\n            \"contact_phone_number\": \"+905078682754\",\n            \"city\": \"İzmir\",\n            \"district\": \"Konak\",\n            \"zip_code\": \"35220\",\n        },\n        \"email\": \"musteri@email.com\",\n        \"phone_number\": \"+905078682754\",\n        \"tax_id\": null, # vergi numarası, (müşteri tipi person değil company -şirket- ise bu alanları doldurabilirsiniz)\n        \"tax_office\": null, # vergi dairesi (zorunlu değil)\n        \"company_name\": \"\", # şirket adı (zorunlu değil)\n    },\n    \"billing_address\": {\n        \"full_address\": \"Ornek Mh. Ornek Cd. No 100\",\n        \"contact_full_name\": \"Dopigo Dopigo\",\n        \"contact_phone_number\": \"+905078682754\",\n        \"city\": \"İzmir\",\n        \"district\": \"Konak\",\n        \"zip_code\": \"35220\",\n    },\n    \"shipping_address\": {\n        \"full_address\": \"Ornek Mh. Ornek Cd. No 100\",\n        \"contact_full_name\": \"Dopigo Dopigo\",\n        \"contact_phone_number\": \"+905078682754\",\n        \"city\": \"İzmir\",\n        \"district\": \"Konak\",\n        \"zip_code\": \"35220\",\n    },\n    \"shipped_date\": null, # siparişin teslim edilmesi gerekilen tarihi (zorunlu değil)\n    \"payment_type\": \"undefined\",\n    \"status\": \"shipped\", # waiting_shipment (kargolanmayı bekliyor), shipped (kargolandı), cancelled (iptal edildi) seçeneklerini gönderebilirsiniz. \n    \"total\": \"57.00\", # toplam tutar. sipariş kalemlerinin toplam tutarı.\n    \"service_fee\": \"0.00\", # kargo ücreti, zorunlu değil.\n    \"discount\": null,\n    \"archived\": false, # mutlaka false gönderilmeli true gelirse sipariş silinmiş olarak sayacaktır sistem.\n    \"notes\": \"\", # sipariş notu\n    \"items\": [ # sipariş kalemleri:\n        {\n            \"service_item_id\": null, # null gönderebilirsiniz. sipariş kaleminin gönderilen sistemdeki ID'si.\n            \"service_product_id\": null, # null gönderebilirsiniz. sipariş kalemindeki ürünün gönderilen sistemdeki ID'si.\n            \"service_shipment_code\": null, # kargo takip no \n            \"sku\": \"TEST-PRODUCT-21\", # sipariş kalemindeki ürünün ürün kodu sku'su.\n            \"attributes\": \"\", # ürün varyantlı ve özelliği vs. varsa buraya girebilirsiniz örneğin -&gt; \"Renk: Siyah\"\n            \"name\": \"Test Product\", # ürünün ismi\n            \"amount\": 1, # satış adedi\n            \"price\": \"57.00\", # satış fiyatı. ÖNEMLİ: buraya gireceğiniz değer, amount ile çarpılmış olmalıdır.\n            \"unit_price\": null, # birim fiyat. amount / price.\n            \"shipment_campaign_code\": null, # kargo kampanya kodu.\n            \"buyer_pays_shipment\": false, # alıcı kargo öder ise true, değilse false gönderilmeli\n            \"status\": \"shipped\", # sipariş kaleminin statüsü. shipped, delivered, waiting_shipment, undefined, cancelled gibi statüler girilebilir.\n            \"vat\": 18, # KDV oranı -&gt; 0, 1, 8, 18 girilebilir ÖNEMLİ: eğer bu vat değeri gönderilmezse gönderilen ürünün KDV oranı dikkate alınır, eğer gönderilen ürün Dopigo'da yoksa Dopigo'da kullanıcının seçtiği Mağaza KDV Oranı dikkate alınır.\n            \"tax_ratio\": 18, # KDV oranı -&gt; 0, 1, 8, 18 girilebilir. ÖNEMLİ: bu alanı sipariş kaleminde gönderilen ürün Dopigo'da mevcutsa gönderilebilir. Zorunlu değildir. Sipariş kaleminin asıl KDV oranı vat ile tanımlanmaktadır.\n            \"product\": { # sipariş kalemine bağlı ürün (dopigoda)\n                \"sku\": \"VTMNC-CLLGN-VTM\", # ürün kodu.\n            }\n        }\n    ],\n}\n</code></pre>","urlObject":{"protocol":"https","path":["api","v1","orders",""],"host":["panel","dopigo","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0db54d06-879d-4b39-a822-dd39ad3d5546"},{"name":"Update All Products By Foreign SKU [PUT]","id":"b4df239b-797e-4e32-a4bf-a0c5dbc6f5ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Token your-token-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"price\": 111,\n    \"stock\": 22,\n    \"listing_price\": 135\n}","options":{"raw":{"language":"json"}}},"url":"https://panel.dopigo.com/api/v1/products/update_product_by_foreign_sku/FOREIGN-SKU-HERE/true","description":"<p>Tedarikçi Ürün Kodu ile ürün güncelleme.</p>\n<p>Bu endpointi kullanarak aynı tedarikçi ürün koduyla pazaryerlerine bağlanmış/eşlenmiş olan bütün ürünleri güncelleyebildiğiniz gibi bağlanmamış olan sadece Dopigo'da tedarikçi ürün kodu tanımlı olan ürünleri de güncelleyebilirsiniz.</p>\n<p><strong>Not: Fiyat, stok ve liste fiyatı bilgilerini ayrı ayrı gönderebilirsiniz.</strong></p>\n","urlObject":{"protocol":"https","path":["api","v1","products","update_product_by_foreign_sku","FOREIGN-SKU-HERE","true"],"host":["panel","dopigo","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b4df239b-797e-4e32-a4bf-a0c5dbc6f5ad"},{"name":"Update All Products By Foreign SKU [POST]","id":"c180a439-09d2-4ad2-9749-3c5273900c01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Token your-token-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"price\": 111,\n    \"stock\": 22,\n    \"listing_price\": 135\n}","options":{"raw":{"language":"json"}}},"url":"https://panel.dopigo.com/api/v1/products/update_product_by_foreign_sku/FOREIGN-SKU-HERE/true","description":"<p>Tedarikçi Ürün Kodu ile ürün güncelleme.</p>\n<p>Bu endpointi kullanarak aynı tedarikçi ürün koduyla pazaryerlerine bağlanmış/eşlenmiş olan bütün ürünleri güncelleyebildiğiniz gibi bağlanmamış olan sadece Dopigo'da tedarikçi ürün kodu tanımlı olan ürünleri de güncelleyebilirsiniz.</p>\n<p><strong>Not: Fiyat, stok ve liste fiyatı bilgilerini ayrı ayrı gönderebilirsiniz.</strong></p>\n","urlObject":{"protocol":"https","path":["api","v1","products","update_product_by_foreign_sku","FOREIGN-SKU-HERE","true"],"host":["panel","dopigo","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c180a439-09d2-4ad2-9749-3c5273900c01"},{"name":"Update Single Product By Foreign SKU [PUT]","id":"222c05bf-f918-48bf-a6cc-5c1c067b2df1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Token your-token-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"price\": 111,\n    \"stock\": 22,\n    \"listing_price\": 135\n}","options":{"raw":{"language":"json"}}},"url":"https://panel.dopigo.com/api/v1/products/update_product_by_foreign_sku/FOREIGN-SKU-HERE","description":"<p>Tedarikçi Ürün Kodu ile ürün güncelleme.</p>\n<p>Bu endpoint ile eğer tedarikçi ürün kodları her ürüne ayrı tekil değerler ise tedarikçi ürün kodu üzerinden güncelleme yapabilirsiniz. Eğer aynı tedarikçi ürün koduna sahip başka ürünler varsa 500 Internal Server Error hatası dönülür. Aynı tedarikçi ürün koduna sahip birden fazla ürünü güncellemek istiyorsanız Update All Products By Foreign SKU [PUT or POST] endpointlerini kullanınız. Bu endpointlerin dokümantasyonunu inceleyiniz.</p>\n<p><strong>Not: Fiyat, stok ve liste fiyatı bilgilerini ayrı ayrı gönderebilirsiniz.</strong></p>\n","urlObject":{"protocol":"https","path":["api","v1","products","update_product_by_foreign_sku","FOREIGN-SKU-HERE"],"host":["panel","dopigo","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"222c05bf-f918-48bf-a6cc-5c1c067b2df1"},{"name":"Update Single Product By Foreign SKU [POST]","id":"a6555a49-ea69-4bd7-baf5-7d8aa6612838","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Token your-token-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"price\": 111,\n    \"stock\": 22,\n    \"listing_price\": 135\n}","options":{"raw":{"language":"json"}}},"url":"https://panel.dopigo.com/api/v1/products/update_product_by_foreign_sku/FOREIGN-SKU-HERE","description":"<p>Tedarikçi Ürün Kodu ile ürün güncelleme.</p>\n<p>Bu endpoint ile eğer tedarikçi ürün kodları her ürüne ayrı tekil değerler ise tedarikçi ürün kodu üzerinden güncelleme yapabilirsiniz. Eğer aynı tedarikçi ürün koduna sahip başka ürünler varsa 500 Internal Server Error hatası dönülür. Aynı tedarikçi ürün koduna sahip birden fazla ürünü güncellemek istiyorsanız Update All Products By Foreign SKU [PUT or POST] endpointlerini kullanınız. Bu endpointlerin dokümantasyonunu inceleyiniz.</p>\n<p><strong>Not: Fiyat, stok ve liste fiyatı bilgilerini ayrı ayrı gönderebilirsiniz.</strong></p>\n","urlObject":{"protocol":"https","path":["api","v1","products","update_product_by_foreign_sku","FOREIGN-SKU-HERE"],"host":["panel","dopigo","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a6555a49-ea69-4bd7-baf5-7d8aa6612838"},{"name":"Retrieve Shipment Providers","id":"936fd127-fce1-4810-98db-65e4bd91482b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token your-token-here","type":"text"}],"url":"https://panel.dopigo.com/api/v1/shipments/retrieve_providers/","description":"<p>Kargo şirketlerini çekme.</p>\n<p>Burada her bir kargo şirketinin ismi ve ID'si döner. Bu ID'leri kullanarak kargo takip numarası bilgisini sipariş için gönderebilirsiniz (Set Shipment to an Order isteğini inceleyiniz).</p>\n","urlObject":{"protocol":"https","path":["api","v1","shipments","retrieve_providers",""],"host":["panel","dopigo","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"936fd127-fce1-4810-98db-65e4bd91482b"},{"name":"Set Shipment to an Order","id":"66827921-8a3b-431d-9847-f5ee9a8587e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Token your-token-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"remote_order_id\": \"204565647292\",\n    \"provider_id\": 1,\n    \"tracking_code\": \"TEST-TRACKING-CODE\"\n}","options":{"raw":{"language":"json"}}},"url":"https://panel.dopigo.com/api/v1/shipments/set_order_shipment/","description":"<p>api/v1/shipments/retrieve_providers/ endpointinden ilgili kargo şirketinin ID'sini provider_id için tanımlamalısınız.</p>\n","urlObject":{"protocol":"https","path":["api","v1","shipments","set_order_shipment",""],"host":["panel","dopigo","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"66827921-8a3b-431d-9847-f5ee9a8587e9"}]}