File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -154,7 +154,8 @@ Get delivery for one delivery id:
154154 "qty_processed" : 1 ,
155155 "qty_putaway" : 1 ,
156156 "qty_committed" : 0 ,
157- "sku" : " product2"
157+ "sku" : " product2" ,
158+ "item_ref" : " ref_123456"
158159 },
159160 {
160161 "delivery_item_id" : 2 ,
@@ -168,7 +169,8 @@ Get delivery for one delivery id:
168169 "qty_processed" : 1 ,
169170 "qty_putaway" : 1 ,
170171 "qty_committed" : 0 ,
171- "sku" : " product1"
172+ "sku" : " product1" ,
173+ "item_ref" : null
172174 }
173175 ],
174176 "containers" : [
@@ -304,7 +306,8 @@ Delivery information.
304306 [
305307 {
306308 "sku" : " product1" ,
307- "qty" : 5
309+ "qty" : 5 ,
310+ "item_ref" : " ref_123456"
308311 },
309312 {
310313 "sku" : " product2" ,
@@ -664,7 +667,8 @@ true if delivery was successfully updated.
664667 [
665668 {
666669 "sku" : " O-VS-Oregano-p3" ,
667- "qty" : " 6.000"
670+ "qty" : " 6.000" ,
671+ "item_ref" : " ref_456"
668672 }
669673 ],
670674 [
@@ -1297,6 +1301,13 @@ true if delivery was successfully voided.
12971301 The "SKU" property.
12981302 </td>
12991303 </tr>
1304+ <tr>
1305+ <th>item_ref</th>
1306+ <td>
1307+ <pre><code>{ "item_ref" : "ref_456" }</code></pre>
1308+ An external item reference which may be up to 32 characters.
1309+ </td>
1310+ </tr>
13001311</tbody >
13011312</table >
13021313
You can’t perform that action at this time.
0 commit comments