...
product | product | The product to create/update |
Output
product | product | The product object as it is in Microbizz after the update |
...
The product id in the input product object will be ignored.
Input
product | product | The product to create/update |
Output
product | product | The product object as it is in Microbizz after the update |
...
Output
products | collection[ product ] | A collection either empty if no products was found, or with exactly one element being the product. |
...
Output
products | collection[ product ] | A collection either empty if no products was found, or with exactly one element being the product. |
...
Output
products | collection[ product ] | A collection of the relevant products, or an empty collection if no products were found. |
resumekey | string | Sometimes the entire result cannot be returned because it's to large. In that case a resumekey is returned along with the results. Execute the command again with this resumekey to get the remaining results. |
...