Skip to content

Instantly share code, notes, and snippets.

@aertan
Created December 22, 2021 12:01
Show Gist options
  • Select an option

  • Save aertan/879035a8bae8dad5a0398fbdd95fc8f3 to your computer and use it in GitHub Desktop.

Select an option

Save aertan/879035a8bae8dad5a0398fbdd95fc8f3 to your computer and use it in GitHub Desktop.
{
"reason": "UPDATE_STORE_PRICE_AND_STOCK",
"request": {
"url": "TRENDYOL_URL",
"method": "post",
"data": "{\"items\":[{\"barcode\":\"15ivrg19iu\",\"quantity\":0,\"salePrice\":7.9,\"listPrice\":7.9,\"storeId\":\"26647\"}]}",
"headers": {
"Accept": "application/json, text/plain, */*",
"Content-Type": "application/json;charset=utf-8",
"x-agentname": "BISU_AGENT_NAME",
"x-executor-user": "BISU_EXECUTOR_USER",
"User-Agent": "axios/0.20.0",
"Content-Length": 99
},
"auth": {
"username": "BISU_USER",
"password": "BISU_PASS"
},
"baseURL": "TRENDYOL_BASE_URL",
"transformRequest": [],
"transformResponse": [],
"timeout": 0,
"xsrfCookieName": "XSRF-TOKEN",
"xsrfHeaderName": "X-XSRF-TOKEN",
"maxContentLength": -1,
"maxBodyLength": -1
},
"payload": {
"items": [{
"barcode": "15ivrg19iu",
"quantity": 0,
"salePrice": 7.9,
"listPrice": 7.9,
"storeId": "26647"
}]
},
"response": {
"message": "Not Found"
},
"dateCreated": {
"$date": "2021-12-22T10:46:31.000Z"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment