Ürün Gönderme
Trendyol
POST
https:/api.marketplace.tekbas.com/trendyol
Headers
Name
Type
Description
Authorization
string
Bizden aldığınız api token
Request Body
Name
Type
Description
products
array
Trendyol Ürün Kaydetme Parametreleri
{ "name": "Cake's name", "recipe": "Cake's recipe name", "cake": "Binary cake"}
{ "message": "Ain't no cake like that."} barcode: string;
title: string;
productMainId: string;
brandId: number;
categoryId: number;
quantity: number;
stockCode: string;
dimensionalWeight: number;
description: string;
listPrice: number;
salePrice: number;
cargoCompanyId: number;
deliveryDuration?: number;
images: TrendyolProductImageDto[];
vatRate: number;
shipmentAddressId?: number;
returningAddressId?: number;
attributes: TrendyolProductAttributesDto[]; barcode: string;
title: string;
productMainId: string;
brandId: number;
categoryId: number;
quantity: number;
stockCode: string;
dimensionalWeight: number;
description: string;
listPrice: number;
salePrice: number;
cargoCompanyId: number;
deliveryDuration?: number;
images: TrendyolProductImageDto[];
vatRate: number;
shipmentAddressId?: number;
returningAddressId?: number;
attributes: TrendyolProductAttributesDto[]; barcode: string;
title: string;
productMainId: string;
brandId: number;
categoryId: number;
quantity: number;
stockCode: string;
dimensionalWeight: number;
description: string;
listPrice: number;
salePrice: number;
cargoCompanyId: number;
deliveryDuration?: number;
images: TrendyolProductImageDto[];
vatRate: number;
shipmentAddressId?: number;
returningAddressId?: number;
attributes: TrendyolProductAttributesDto[];
{
barcode: string;
title: string;
productMainId: string;
brandId: number;
categoryId: number;
quantity: number;
stockCode: string;
dimensionalWeight: number;
description: string;
currencyType: "TRY";
listPrice: number;
salePrice: number;
cargoCompanyId: number;
images: string[];
vatRate: number;
shipmentAddressId?: number;
returningAddressId?: number;
attributes:
[
{
attributeId: number;
attributeValueId: number;
customAttributeValue: string;
}
]
}
Last updated
Was this helpful?