{"id":3592,"date":"2024-01-17T16:12:36","date_gmt":"2024-01-17T09:12:36","guid":{"rendered":"https:\/\/open.tiki.vn\/docs\/?p=3592"},"modified":"2024-02-28T15:06:38","modified_gmt":"2024-02-28T08:06:38","slug":"get-inventory-fee","status":"publish","type":"post","link":"https:\/\/open.tiki.vn\/docs\/2024\/01\/17\/get-inventory-fee\/","title":{"rendered":"Get TNSL Inventory Fee (Ph\u00ed l\u01b0u kho TNSL)"},"content":{"rendered":"\n<p>L\u1ea5y ph\u00ed l\u01b0u kho TNSL theo SKU v\u00e0 ng\u00e0y<\/p>\n\n\n\n<p><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">L\u01b0u<\/mark><\/strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\"><strong> \u00fd: <\/strong>Ph\u00ed l\u01b0u kho s\u1ebd t\u00ednh h\u00e0ng ng\u00e0y n\u00ean ch\u1ec9 get 1 l\u1ea7n\/ng\u00e0y v\u00e0 th\u1eddi gian tr\u1ea3 d\u1eef li\u1ec7u kh\u00f4ng qu\u00e1 30 ng\u00e0y.<\/mark><\/p>\n\n\n\n<h3 id=\"id-[3.2]OpenAPIIntegrationDocumentation-1.APIbase-endpoint\">1.&nbsp;API endpoint<a href=\"https:\/\/open.tiki.vn\/docs\/docs\/tikinow-smart-logistics\/logistics-services\/fulfillment-service\/inventory\/#id-[3.2]OpenAPIIntegrationDocumentation-1.APIbase-endpoint\"><\/a><\/h3>\n\n\n\n<p><a href=\"https:\/\/tikinowapi.tiki.vn\/business\/v1\/inventory-fee\">https:\/\/tikinowapi.tiki.vn\/business\/v1\/inventory-fee<\/a><\/p>\n\n\n\n<h3 id=\"id-[3.2]OpenAPIIntegrationDocumentation-2.Headerrequest\">2.&nbsp;Header request<a href=\"https:\/\/open.tiki.vn\/docs\/docs\/tikinow-smart-logistics\/logistics-services\/fulfillment-service\/inventory\/#id-[3.2]OpenAPIIntegrationDocumentation-2.Headerrequest\"><\/a><\/h3>\n\n\n\n<p><strong>Content-Type:<\/strong>&nbsp;application\/json<\/p>\n\n\n\n<p><strong>Authorization: Bearer + access_token:<\/strong>&nbsp;access_token l\u1ea5y t\u1eeb API get token, ho\u1eb7c login t\u1eeb app public, app in-house ho\u1eb7c token t\u1eeb TikiNOW Center, Seller Center.<\/p>\n\n\n\n<h3 id=\"3-curl-example\">3. CURL Example<a href=\"https:\/\/open.tiki.vn\/docs\/docs\/tikinow-smart-logistics\/logistics-services\/fulfillment-service\/inventory\/#3-curl-example\"><\/a><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>curl --location 'https:\/\/tikinowapi.tiki.vn\/business\/v1\/inventory-fee?date=2024-01-16&amp;sku=4935348071901&amp;warehouse_code=sgn' \\\n--header 'Authorization: Bearer xxxxx' \\\n--header 'Content-Type: application\/json'<\/code><\/pre>\n\n\n\n<h3 id=\"4-payload\">4. Params<a href=\"https:\/\/open.tiki.vn\/docs\/docs\/tikinow-smart-logistics\/logistics-services\/fulfillment-service\/inventory\/#4-payload\"><\/a><\/h3>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th scope=\"col\">Field<\/th><th scope=\"col\">Type<\/th><th scope=\"col\">Mandatory<\/th><th scope=\"col\">Description<\/th><\/tr><\/thead><tbody><tr><td>date<\/td><td>String<\/td><td>Yes<\/td><td>Format date: YYYY-MM-DD<\/td><\/tr><tr><td>sku<\/td><td>String<\/td><td>Yes<\/td><td>SKU of product in TNSL system<\/td><\/tr><tr><td>warehouse_code<\/td><td>String<\/td><td>Yes<\/td><td>Warehouse code in TNSL system, e.g: sgn, sgn3, hn5<br>Set warehouse_code = all to get all warehouse<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h3 id=\"5-response\">5. Response<a href=\"https:\/\/open.tiki.vn\/docs\/docs\/tikinow-smart-logistics\/logistics-services\/fulfillment-service\/inventory\/#5-response\"><\/a><\/h3>\n\n\n\n<p>Error<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    \"success\": false,\n    \"error\": {\n        \"status_code\": 401,\n        \"message\": \"Unauthorized\",\n        \"message_code\": \"INVALID_TOKEN\"\n    },\n    \"meta_data\": {\n        \"request_id\": \"c00433cc7e5b25e390a6920052f7fedf\"\n    }\n}<\/code><\/pre>\n\n\n\n<p>Success<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n  \"success\": true,\n  \"data\": &#91;\n    {\n      \"qty\": 1,\n      \"aging_day\": 117,\n      \"amount\": 1001,\n      \"warehouse_code\": \"SGN\"\n    },\n    {\n      \"qty\": 10,\n      \"aging_day\": 154,\n      \"amount\": 2101,\n      \"warehouse_code\": \"SGN\"\n    },\n    {\n      \"qty\": 4,\n      \"aging_day\": 22,\n      \"amount\": 40,\n      \"warehouse_code\": \"SGN\"\n    }\n  ],\n  \"meta_data\": {\n    \"request_id\": \"f5f82ace87a9fde1583f63563e2339b7\"\n  }\n}<\/code><\/pre>\n\n\n\n<p><strong>Description<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>Field<\/strong><\/td><td><strong>Type<\/strong><\/td><td><strong>Description<\/strong><\/td><\/tr><tr><td>success<\/td><td>Bool<\/td><td>Response true\/false<\/td><\/tr><tr><td>data<\/td><td>Array<\/td><td>Data response when successfully<\/td><\/tr><tr><td>amount<\/td><td>Float<\/td><td>Fee amount<\/td><\/tr><tr><td>qty<\/td><td>Int<\/td><td>SKU quantity<\/td><\/tr><tr><td>aging_day<\/td><td>Int<\/td><td>Inventory age (day)<\/td><\/tr><tr><td>warehouse_code<\/td><td>string<\/td><td>Warehouse code in TNSL system<\/td><\/tr><\/tbody><\/table><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>L\u1ea5y ph\u00ed l\u01b0u kho TNSL theo SKU v\u00e0 ng\u00e0y L\u01b0u \u00fd: Ph\u00ed l\u01b0u kho s\u1ebd t\u00ednh h\u00e0ng ng\u00e0y n\u00ean ch\u1ec9 get 1 l\u1ea7n\/ng\u00e0y v\u00e0 th\u1eddi gian tr\u1ea3 d\u1eef li\u1ec7u kh\u00f4ng qu\u00e1 30 ng\u00e0y. 1.&nbsp;API endpoint https:\/\/tikinowapi.tiki.vn\/business\/v1\/inventory-fee 2.&nbsp;Header request Content-Type:&nbsp;application\/json Authorization: Bearer + access_token:&nbsp;access_token l\u1ea5y t\u1eeb API get token, ho\u1eb7c login t\u1eeb app public, app in-house [&hellip;]<\/p>\n","protected":false},"author":1366,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v18.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Get TNSL Inventory Fee (Ph\u00ed l\u01b0u kho TNSL) - Open API docs<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/open.tiki.vn\/docs\/2024\/01\/17\/get-inventory-fee\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Get TNSL Inventory Fee (Ph\u00ed l\u01b0u kho TNSL) - Open API docs\" \/>\n<meta property=\"og:description\" content=\"L\u1ea5y ph\u00ed l\u01b0u kho TNSL theo SKU v\u00e0 ng\u00e0y L\u01b0u \u00fd: Ph\u00ed l\u01b0u kho s\u1ebd t\u00ednh h\u00e0ng ng\u00e0y n\u00ean ch\u1ec9 get 1 l\u1ea7n\/ng\u00e0y v\u00e0 th\u1eddi gian tr\u1ea3 d\u1eef li\u1ec7u kh\u00f4ng qu\u00e1 30 ng\u00e0y. 1.&nbsp;API endpoint https:\/\/tikinowapi.tiki.vn\/business\/v1\/inventory-fee 2.&nbsp;Header request Content-Type:&nbsp;application\/json Authorization: Bearer + access_token:&nbsp;access_token l\u1ea5y t\u1eeb API get token, ho\u1eb7c login t\u1eeb app public, app in-house [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/open.tiki.vn\/docs\/2024\/01\/17\/get-inventory-fee\/\" \/>\n<meta property=\"og:site_name\" content=\"Open API docs\" \/>\n<meta property=\"article:published_time\" content=\"2024-01-17T09:12:36+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-02-28T08:06:38+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"ty.nguyen1\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/open.tiki.vn\/docs\/#website\",\"url\":\"https:\/\/open.tiki.vn\/docs\/\",\"name\":\"Open API docs\",\"description\":\"Open API docs\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/open.tiki.vn\/docs\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/open.tiki.vn\/docs\/2024\/01\/17\/get-inventory-fee\/#webpage\",\"url\":\"https:\/\/open.tiki.vn\/docs\/2024\/01\/17\/get-inventory-fee\/\",\"name\":\"Get TNSL Inventory Fee (Ph\u00ed l\u01b0u kho TNSL) - Open API docs\",\"isPartOf\":{\"@id\":\"https:\/\/open.tiki.vn\/docs\/#website\"},\"datePublished\":\"2024-01-17T09:12:36+00:00\",\"dateModified\":\"2024-02-28T08:06:38+00:00\",\"author\":{\"@id\":\"https:\/\/open.tiki.vn\/docs\/#\/schema\/person\/2161d73ee5909c1d46883e693b525a4a\"},\"breadcrumb\":{\"@id\":\"https:\/\/open.tiki.vn\/docs\/2024\/01\/17\/get-inventory-fee\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/open.tiki.vn\/docs\/2024\/01\/17\/get-inventory-fee\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/open.tiki.vn\/docs\/2024\/01\/17\/get-inventory-fee\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/open.tiki.vn\/docs\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Get TNSL Inventory Fee (Ph\u00ed l\u01b0u kho TNSL)\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/open.tiki.vn\/docs\/#\/schema\/person\/2161d73ee5909c1d46883e693b525a4a\",\"name\":\"ty.nguyen1\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/open.tiki.vn\/docs\/#personlogo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ef6c4fb4bdf17820f9ffbcd29b18d65f?s=96&d=wavatar&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ef6c4fb4bdf17820f9ffbcd29b18d65f?s=96&d=wavatar&r=g\",\"caption\":\"ty.nguyen1\"},\"url\":\"https:\/\/open.tiki.vn\/docs\/author\/ty-nguyen1\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Get TNSL Inventory Fee (Ph\u00ed l\u01b0u kho TNSL) - Open API docs","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/open.tiki.vn\/docs\/2024\/01\/17\/get-inventory-fee\/","og_locale":"en_US","og_type":"article","og_title":"Get TNSL Inventory Fee (Ph\u00ed l\u01b0u kho TNSL) - Open API docs","og_description":"L\u1ea5y ph\u00ed l\u01b0u kho TNSL theo SKU v\u00e0 ng\u00e0y L\u01b0u \u00fd: Ph\u00ed l\u01b0u kho s\u1ebd t\u00ednh h\u00e0ng ng\u00e0y n\u00ean ch\u1ec9 get 1 l\u1ea7n\/ng\u00e0y v\u00e0 th\u1eddi gian tr\u1ea3 d\u1eef li\u1ec7u kh\u00f4ng qu\u00e1 30 ng\u00e0y. 1.&nbsp;API endpoint https:\/\/tikinowapi.tiki.vn\/business\/v1\/inventory-fee 2.&nbsp;Header request Content-Type:&nbsp;application\/json Authorization: Bearer + access_token:&nbsp;access_token l\u1ea5y t\u1eeb API get token, ho\u1eb7c login t\u1eeb app public, app in-house [&hellip;]","og_url":"https:\/\/open.tiki.vn\/docs\/2024\/01\/17\/get-inventory-fee\/","og_site_name":"Open API docs","article_published_time":"2024-01-17T09:12:36+00:00","article_modified_time":"2024-02-28T08:06:38+00:00","twitter_card":"summary_large_image","twitter_misc":{"Written by":"ty.nguyen1","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/open.tiki.vn\/docs\/#website","url":"https:\/\/open.tiki.vn\/docs\/","name":"Open API docs","description":"Open API docs","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/open.tiki.vn\/docs\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/open.tiki.vn\/docs\/2024\/01\/17\/get-inventory-fee\/#webpage","url":"https:\/\/open.tiki.vn\/docs\/2024\/01\/17\/get-inventory-fee\/","name":"Get TNSL Inventory Fee (Ph\u00ed l\u01b0u kho TNSL) - Open API docs","isPartOf":{"@id":"https:\/\/open.tiki.vn\/docs\/#website"},"datePublished":"2024-01-17T09:12:36+00:00","dateModified":"2024-02-28T08:06:38+00:00","author":{"@id":"https:\/\/open.tiki.vn\/docs\/#\/schema\/person\/2161d73ee5909c1d46883e693b525a4a"},"breadcrumb":{"@id":"https:\/\/open.tiki.vn\/docs\/2024\/01\/17\/get-inventory-fee\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/open.tiki.vn\/docs\/2024\/01\/17\/get-inventory-fee\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/open.tiki.vn\/docs\/2024\/01\/17\/get-inventory-fee\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/open.tiki.vn\/docs\/"},{"@type":"ListItem","position":2,"name":"Get TNSL Inventory Fee (Ph\u00ed l\u01b0u kho TNSL)"}]},{"@type":"Person","@id":"https:\/\/open.tiki.vn\/docs\/#\/schema\/person\/2161d73ee5909c1d46883e693b525a4a","name":"ty.nguyen1","image":{"@type":"ImageObject","@id":"https:\/\/open.tiki.vn\/docs\/#personlogo","inLanguage":"en-US","url":"https:\/\/secure.gravatar.com\/avatar\/ef6c4fb4bdf17820f9ffbcd29b18d65f?s=96&d=wavatar&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ef6c4fb4bdf17820f9ffbcd29b18d65f?s=96&d=wavatar&r=g","caption":"ty.nguyen1"},"url":"https:\/\/open.tiki.vn\/docs\/author\/ty-nguyen1\/"}]}},"_links":{"self":[{"href":"https:\/\/open.tiki.vn\/docs\/wp-json\/wp\/v2\/posts\/3592"}],"collection":[{"href":"https:\/\/open.tiki.vn\/docs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/open.tiki.vn\/docs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/open.tiki.vn\/docs\/wp-json\/wp\/v2\/users\/1366"}],"replies":[{"embeddable":true,"href":"https:\/\/open.tiki.vn\/docs\/wp-json\/wp\/v2\/comments?post=3592"}],"version-history":[{"count":5,"href":"https:\/\/open.tiki.vn\/docs\/wp-json\/wp\/v2\/posts\/3592\/revisions"}],"predecessor-version":[{"id":3632,"href":"https:\/\/open.tiki.vn\/docs\/wp-json\/wp\/v2\/posts\/3592\/revisions\/3632"}],"wp:attachment":[{"href":"https:\/\/open.tiki.vn\/docs\/wp-json\/wp\/v2\/media?parent=3592"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/open.tiki.vn\/docs\/wp-json\/wp\/v2\/categories?post=3592"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/open.tiki.vn\/docs\/wp-json\/wp\/v2\/tags?post=3592"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}