const action = {
  type: 'INCREMENT_QUANTITY',
  payload: {
    itemId: '1236',
  },
}