4.4 同步门店商品信息
<h3>4.4 同步门店商品信息</h3>
<h4>4.4.1 接口请求模型</h4>
<h4>4.4.2 接口返回模型</h4>
<p>Demo:</p>
<pre><code>Request:
{
&quot;appKey&quot;: &quot;NepHealth&quot;,
&quot;input&quot;: {
&quot;pharmacyCode&quot;: &quot;K502&quot;,
&quot;stockList&quot;: [{
&quot;barcode&quot;: &quot;0000001&quot;,
&quot;quantity&quot;: 0.00
}, {
&quot;barcode&quot;: &quot;0000035&quot;,
&quot;quantity&quot;: 2.00
}, {
&quot;barcode&quot;: &quot;0000065&quot;,
&quot;quantity&quot;: 3.00
}]
},
&quot;nonce&quot;: &quot;c212b542-f177-4a82-b42c-1d402bc2f404&quot;,
&quot;sign&quot;: &quot;b4c75914177f6cc2406e8fcd6274e6e6e71794dd&quot;,
&quot;timestamp&quot;: 1646619589
}
Response:
{
&quot;code&quot;: 200,
&quot;msg&quot;: &quot;ok&quot;,
&quot;nonce&quot;: &quot;c212b542-f177-4a82-b42c-1d402bc2f404&quot;,
&quot;output&quot;: null
}</code></pre>