Skip to content

Instantly share code, notes, and snippets.

@ismasan
Last active February 28, 2019 17:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ismasan/e5b6f45d53ac261458503ec379d001ff to your computer and use it in GitHub Desktop.
Save ismasan/e5b6f45d53ac261458503ec379d001ff to your computer and use it in GitHub Desktop.

Bodegas default

Para integrar ecommerce <-> inventario.

  • world
  • ecommerce
  • sales
done evento Bootic Transferencia de inventario
create product with variants world -> ecommerce
update product with variants add: world -> ecommerce. remove: ecommerce -> world
delete product ecommerce -> world
create variant world -> ecommerce
update variant add: world -> ecommerce. remove: ecommerce -> world
delete variant ecommerce -> world
order decrements stock ecommerce -> sales
cancel order sales -> ecommerce
  • Al agregar / quitar stock de bodega ecommerce, se actualiza stock de variantes correspondientes.
  • Agregar al carro: se crea una location para el pedido y se transfiere ahí?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment