ant-hq / magento-module

MIT License
0 stars 0 forks source link

add ability to support dimensions #18

Open achadee opened 5 years ago

achadee commented 5 years ago
`PUT/POST/GET /products`

product_object = {
  id 1,
  ...,
  dimensions: {
     width: 3,
     length: 2,
     height: 1,
     unit: "cm"
   },
   ...
}