Toplu Ürün Aktarım

Toplu Ürün Aktarım

POST https:/api.marketplace.tekbas.com/n11/sendProducts

Aşağıda belirtilen body yapısını array olarak göndermeniz gerekmektedir

Headers

Name
Type
Description

Authentication

string

Api token

Request Body

Name
Type
Description

domestic

boolean

Yerli üretim mi

images

string

Resim URLleri. Array olarak gönderiniz

quantity

number

Miktar

shipmentTemplate

string

Kargo Şablonu

preparingDay

number

Ürün kaç gün içinde hazırlanacaktır

productContidion

number

1: Yeni Ürün, 2: İkinci El

categoryId

number

Kategori Idsi. N11 kategori id almayı kullanarak kategori idsini elde edebilirsiniz

description

string

Ürün Açıklaması

subtitle

string

Ürün Alt Başlığı

title

string

Ürün Başlığı

sellerCode

string

Mağazanızda ürün tanımlamak için kullanılan kod

{    "name": "Cake's name",    "recipe": "Cake's recipe name",    "cake": "Binary cake"}
[
    {
        "sellerCode": "123qwe123",
        "price": "100",
        "title": "Test Test",
        "subtitle": "test test test test",
        "description": "sdlkfjhskfhkshdfkjhsdkjfhkjsdhf",
        "categoryId": 1002964,
        "productContidion": 1,
        "preparingDay": 15,
        "shipmentTemplate": "Ücretsiz Kargo",
        "quantity": 10,
        "images": [
            "https://imagesvc.meredithcorp.io/v3/mm/image?url=https%3A%2F%2Fstatic.onecms.io%2Fwp-content%2Fuploads%2Fsites%2F34%2F2018%2F05%2F12170411%2Fcat-kitten-138468381.jpg"
        ]
    }
]

Last updated

Was this helpful?