Bu cevap, konu sahibi tarafından kabul edilebilir bir cevap olarak işaretlendi.
selam hocam, customListing değerini true olarak gönderirseniz ürün mağazanızda görünmez.
curl --request POST \
--url https://api.shopier.com/v1/products \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"type": "physical",
"priceData": {
"currency": "TRY"
},
"shippingPayer": "sellerPays",
"options": [],
"customListing": true
}
'