Last active
December 22, 2021 12:01
-
-
Save aertan/08fcba337a44e71b6cee0c6fcc031288 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "reason": "UPDATE_STORE_PRICE_AND_STOCK", | |
| "request": { | |
| "url": "TRENDYOL_URL", | |
| "method": "post", | |
| "data": "{\"items\":[{\"barcode\":\"ge1exl8ujl\",\"quantity\":45,\"salePrice\":11.1,\"listPrice\":11.1,\"storeId\":\"30658\"}]}", | |
| "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": 102 | |
| }, | |
| "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": "ge1exl8ujl", | |
| "quantity": 45, | |
| "salePrice": 11.1, | |
| "listPrice": 11.1, | |
| "storeId": "30658" | |
| }] | |
| }, | |
| "response": { | |
| "message": "Not Found" | |
| }, | |
| "dateCreated": { | |
| "$date": "2021-12-21T15:18:30.000Z" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment