... | ... | @@ -13,7 +13,7 @@ Returns all the information of the products, its pickings (receptions, deliverie |
|
|
```
|
|
|
{
|
|
|
"status": true,
|
|
|
"search_product": {
|
|
|
"search_product": [{
|
|
|
"product": {
|
|
|
"product_id":"xx",
|
|
|
"product_name":"xx",
|
... | ... | @@ -54,5 +54,6 @@ Returns all the information of the products, its pickings (receptions, deliverie |
|
|
},
|
|
|
],
|
|
|
}
|
|
|
]
|
|
|
}
|
|
|
``` |