Get a list of all inventories. Accessible by both admin and user roles.
Request
Query Params
Body Params application/json
Example
[]
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/v1/inventories/' \
--header'Content-Type: application/json' \
--data-raw'[]'
Responses
🟢200Successful Response
application/json
Body
Example
[{"name":"Hard Good","title":"Mug 11oz","description":"This is a sample description.","image":"http://example.com/image.jpg","stock":100,"price":19.99,"location":"A1B2 là ô 1 hà ng 2"}]